Skip to content

Instantly share code, notes, and snippets.

@breim
Created May 10, 2019 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save breim/7e7079f4bc0d4d1b123d00c347a79f6a to your computer and use it in GitHub Desktop.
Save breim/7e7079f4bc0d4d1b123d00c347a79f6a to your computer and use it in GitHub Desktop.
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