How to build out-of-tree Fuchsia OS program
问题 After installing and building Fuchsia OS, I can modify the string in the example hello world program from "Hello, World!\n" to "Hello, Fuchsia!\n". Then I build and execute the code which produces the expected string "Hello, Fuchsia!" using: cd fuchsia fx set bringup.x64 --with //examples/hello_world fx build; fx qemu hello_world_cpp This is fine for understanding how to change part of the Fuchsia "distribution". How do I create my own program outside of the fuchsia tree? I assume one would