diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-08 21:45:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-08 21:45:35 +0300 |
commit | 0fea007ba384b46e1131cc3a84f1355b96657ad7 (patch) | |
tree | acc3837e400deb94ea9d6544a5ee14480d2df612 | |
parent | f018ab795955c5ab51f64cf2e630282b1f921af6 (diff) | |
download | plus-0fea007ba384b46e1131cc3a84f1355b96657ad7.tar.gz plus-0fea007ba384b46e1131cc3a84f1355b96657ad7.tar.bz2 plus-0fea007ba384b46e1131cc3a84f1355b96657ad7.tar.xz plus-0fea007ba384b46e1131cc3a84f1355b96657ad7.zip |
Add simple build script.
-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 |