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







               
#!/bin/bash

autoreconf -i
./configure
cd po
make update-gmo
cd ..
make