Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requirements #79

Open
tvanderbruggen opened this issue Jun 10, 2016 · 0 comments
Open

Requirements #79

tvanderbruggen opened this issue Jun 10, 2016 · 0 comments

Comments

@tvanderbruggen
Copy link
Member

tvanderbruggen commented Jun 10, 2016

Requirements and build

You first need to get the C/C++ compiler. To install a given GCC based cross-compiler toolchain run

$ sudo apt-get install gcc-<toolchain>
$ sudo apt-get install g++-<toolchain>

The build requires Python 2.7. You also need the following programs:

$ sudo apt-get install wget git
$ sudo bash scripts/install_eigen.sh

$ sudo apt-get -y install python-pip python-dev build-essential python-virtualenv libyaml-dev
$ sudo pip install --upgrade pip
$ sudo pip install -r requirements.txt

To build simply do

$ make CONFIG=<config.yaml>

for examples of configuration files checkout the config folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant