Created
May 10, 2019 02:54
-
-
Save breim/7e7079f4bc0d4d1b123d00c347a79f6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/szechyjs/dsd/archive/master.tar.gz -O dsd.tar.gz | |
tar -xzf dsd-master.tar.gz | |
cd dsd-master | |
./travis_deps.sh | |
mkdir build | |
cd build | |
cmake -DCMAKE_INSTALL_PREFIX=$HOME/mbelib -DCMAKE_INSTALL_PREFIX=$HOME/itpp .. | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment