Skip to content

Instantly share code, notes, and snippets.

@digitalist
Last active March 15, 2018 19:28
Show Gist options
  • Save digitalist/f54d9df1d6e0356d47faf8bdd3dd8f58 to your computer and use it in GitHub Desktop.
Save digitalist/f54d9df1d6e0356d47faf8bdd3dd8f58 to your computer and use it in GitHub Desktop.
qastools.freebsd.sh
#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