We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Requirements and build
You first need to get the C/C++ compiler. To install a given GCC based cross-compiler toolchain run
The build requires Python 2.7. You also need the following programs:
To build simply do
for examples of configuration files checkout the config folder.
The text was updated successfully, but these errors were encountered: