‘Hello World’ from Fuchsia
Since following the official docs failed for me, here is a short guide to get started and run ‘Hello World’ in Fuchsia. 1. Download and install Fuchsia: cd ~curl -s “https://fuchsia.googlesource.com/fuchsia/+/HEAD/scripts/bootstrap?format=TEXT” | base64 –decode | bashexport PATH=~/fuchsia/.jiri_root/bin:$PATHsource ~/fuchsia/scripts/fx-env.sh 2. Configure your target to include /examples/hello_world and build a Fuchsia image: cd ~/fuchsiafx set workstation.qemu-x64 –with […]
Read More ‘Hello World’ from Fuchsia