I've studied as many network run scripts as I could in order to make a custom noux_bash.run with wifi and lynx. I'm also adding tools to compile and debug C code.
But, I think it's in really bad shape :/ If anyone out there can help proofread my run script and provide assistance and suggestions, it would be very much appreciated :))))
https://github.com/baconicsynergy/run-scripts
Also... I know absolutely nothing about the Nix/Git package manager that was recently added. Could someone help me get started?
I'm not the best with run scripts, but I'd suggest looking at gems/run/wm.run. It uses depot packages, which simplifies the script.
On Jun 12, 2017 4:07 AM, "Baconicsynergy via genode-main" < genode-main@lists.sourceforge.net> wrote:
I've studied as many network run scripts as I could in order to make a custom noux_bash.run with wifi and lynx. I'm also adding tools to compile and debug C code.
But, I think it's in really bad shape :/ If anyone out there can help proofread my run script and provide assistance and suggestions, it would be very much appreciated :))))
https://github.com/baconicsynergy/run-scripts
Also... I know absolutely nothing about the Nix/Git package manager that was recently added. Could someone help me get started?
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ genode-main mailing list genode-main@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/genode-main
Hello,
Also... I know absolutely nothing about the Nix/Git package manager that was recently added. Could someone help me get started?
you can find the documentation here:
http://genode.org/documentation/developer-resources/package_management
Further background information is provided in the release documentation of version 17.05:
http://genode.org/documentation/release-notes/17.05#Package_management
As mentioned in the release documentation, the package-management tools are still considered as experimental. The few official archives are merely provided as an illustration of the steps described in the documentation.
Cheers Norman