This repository has been archived by the owner on Dec 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Compiling
Andrew Dresner edited this page Mar 26, 2015
·
4 revisions
##Make Instructions
###The Makefile for the core library is found here:
HROS1-Framework/Linux/build
To compile core framework libraries:
$ make all
Any time changes are made to core libraries, you will need to recompile:
$ make clean && make all
###The Makefile for projects & utilities is found here:
HROS1-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
Guides & General Info
HR-OS1 Framework
HR-OS1 Projects
Raspberry Pi Build
Edison Yocto Build (legacy)
Arbotix-Pro Subcontroller