Last active
March 15, 2018 19:28
-
-
Save digitalist/f54d9df1d6e0356d47faf8bdd3dd8f58 to your computer and use it in GitHub Desktop.
qastools.freebsd.sh
This file contains 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
#http://xwmw.org/qastools/download.html | |
cd /usr/ports/devel/libudev-devd/ && sudo make install | |
sudo ln -s /usr/local/lib/libudev.so /lib/libudev.so | |
cd /tmp/ | |
git clone git://git.code.sf.net/p/qastools/git | |
cd qastools-git | |
mkdir build | |
mkdir install | |
cd build | |
cmake .. -DCMAKE_INSTALL_PREFIX=../install | |
gmake -j8 | |
gmake install | |
../install/bin/qasmixer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment