Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- git reset --hard origin/master
- sleep 3
- rm 6485.patch
- wget https://github.com/minetest/minetest/pull/6485.patch
- git am -3 6485.patch
- sleep 5
- cmake . -DENABLE_GETTEXT=1 -DENABLE_FREETYPE=1 -DENABLE_LEVELDB=1 -DCMAKE_BUILD_TYPE=Debug; make -j$(nproc);
- echo "DONE"
Advertisement
Add Comment
Please, Sign In to add comment