summaryrefslogblamecommitdiff
path: root/build.sh
blob: 8a423e9107a8e864604aac9202f561ee297fef5d (plain) (tree)
1
2
3
4
5




             
#!/bin/bash

autoreconf -i
./configure
make -j3