Compiling

From Pengatom Robotics Wiki
Revision as of 08:32, 16 March 2017 by Falcon (talk | contribs) (Created page with "##Make Instructions ###The Makefile for the core library is found here: `HROS5-Framework/Linux/build` To compile core framework libraries: `$ sudo make all` Any time ch...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
    1. Make Instructions
      1. The Makefile for the core library is found here:

`HROS5-Framework/Linux/build`

To compile core framework libraries:

`$ sudo make all`

Any time changes are made to core libraries, you will need to recompile:

`$ sudo make clean && make all`

      1. The Makefile for projects & utilities is found here:

`HROS5-Framework/Linux/project`

To compile, run the following in each respective project folder:

`$ sudo make all`

Any time changes are made to projects, you will need to recompile:

`$ sudo make clean && make all`