diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 000000000..d59da6e75 --- /dev/null +++ b/build.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +autoreconf -i +./configure +cd po +make update-gmo +cd .. +make |