Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Compiling

Andrew Alter edited this page Jan 16, 2015 · 6 revisions

##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 changes are made to core libraries, you will need to recompile:

$ sudo make clean && make all

###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

Clone this wiki locally