freebsd-bootstrap-cli

.NET bootstrap cli project

MIT License

Stars
3

freebsd-bootstrap-cli

.NET bootstrap cli project

This projects is aiming to automate creation of .NET cli for FreeBSD. This is not production ready - use https://github.com/dotnet/source-build for that. However to build .NET Core you have to have functional .NET Core. And you can get it right here. (if you are lucky)

Right now, this project is in early stages. To proceed run:

Install packages (if needed) (needs root)

sudo ./scripts/packages.sh

get various prerequisites from Internet

./scripts/download.sh

get .NET source code

./scripts/checkout.sh

setup build environment (needs root)

sudo ./scripts/setup.sh

start QEMU with Linux image.

./scripts/runQemu.sh &
export QEMU_PID=$!

Wait for QEMU to boot or run TBD

???

Update Linux image with dependencies we need

 ./scripts/updateQemu.sh

and then

./scripts/build.sh

It is incomplete but it should build some bits.