Stewart Campbell <[email protected]> writes: > Hi Keith, > I want to compile the TeleMega firmware for the updated logging > rate. Is there a single document somewhere that walks me through the > installation of Debian and the altos compile environment? I have been > able to set up a VM and can now work on getting Linux and the necessary > programs installed. Documentation seems really fragmented and > complicated that I have seen so far.
$ sudo apt build-dep altos should install everything you need to build. Once you've got those tools installed, you can just run the "usual" build process, which would be familiar if you did a lot of Linux application development: $ sh autogen.sh $ make -- -keith
signature.asc
Description: PGP signature
_______________________________________________ altusmetrum mailing list [email protected] http://lists.gag.com/mailman/listinfo/altusmetrum
