fixed readme

master
Your Name 2012-12-16 17:43:05 +01:00
parent 1414a9f960
commit 0ba72d020f
2 changed files with 4 additions and 4 deletions

View File

@ -9,11 +9,13 @@ Install:
- cd into your main minetest-folder
- git clone git://github.com/iqualfragile/minetest_scripts.git
- chmod +x update.sh
- ln start.sh ../start.sh
- chmod +x start.sh
- cp singlemods.example singlemods
- cp modfolders.example modfolders
- add your own locations to singlemods/modfolders
git clone git://github.com/iqualfragile/minetest_scripts.git && chmod +x update.sh && cp singlemods.example singlemods && cp modfolders.example modfolders
git clone git://github.com/iqualfragile/minetest_scripts.git && chmod +x update.sh && ln start.sh ../start.sh && chmod +x ../start.sh && cp singlemods.example singlemods && cp modfolders.example modfolders
update.sh
---------

4
start.sh Normal file → Executable file
View File

@ -3,10 +3,8 @@
# in paralel
# update minetest
git pull
# rebuild minetest
cmake . -DRUN_IN_PLACE=1 -DENABLE_SOUND=0 -DBUILD_CLIENT=0 -DCMAKE_BUILD_TYPE=Release
make -j 8 &
echo $(git pull; cmake . -DRUN_IN_PLACE=1 -DENABLE_SOUND=0 -DBUILD_CLIENT=0 -DCMAKE_BUILD_TYPE=Release; make -j 8) &
cd minetest_scripts
./update.sh &