Wiki

Clone wiki

0x1-miniat / ubuntu_build_instructions

Ubuntu

If your running Ubuntu, just install these (these instructions all assume your using the shell):

sudo apt-get install make python gcc flex scons

Optional

  • doxygen
  • sqlite3

If your running Ubuntu, just install these:

sudo apt-get install doxygen sqlite3

Starting The Build

This assumes your in the root of the project, if you followed our instructions this would be the miniat directory.

scons

You should see something like this:
Starting the Build

After a successful build, you should have executables in out/exe and peripherals (libraries) in out/lib. You should also have Miniat binary files in out/bin.

You should now see running the example

Updated