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

           
           
             

            
        
    
#!/bin/bash

mkdir build
autoreconf -i
cd build
../configure
make -j3
cd -