Update README.txt

Added a quick one line build procedure for linux.
This commit is contained in:
kizeren 2012-12-18 20:55:03 -06:00
parent 1717544af0
commit f5f2358ffc
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,3 @@
IRC Mod for Minetest IRC Mod for Minetest
(C) 2012 Diego Martínez <kaeza@users.sf.net> (C) 2012 Diego Martínez <kaeza@users.sf.net>
@ -20,6 +19,11 @@ For Unix-based systems, you should not have any problems with the C compiler
ISO), since vanilla Puppy does not come with `gcc'. See your Puppy docs for ISO), since vanilla Puppy does not come with `gcc'. See your Puppy docs for
more info about how to install additional SFS files. more info about how to install additional SFS files.
Quick one line build for linux.
git clone https://github.com/kaeza/minetest-irc.git && cd minetest-irc && mkdir build && cd build && cmake .. && make && make pack_mod && cp -R irc <your mod directory>
Plese change the "cp -R irc" to fit your install of minetest.
To compile and "pack" the mod: To compile and "pack" the mod:
- Open a command prompt/terminal and CD to the minetest-irc directory. - Open a command prompt/terminal and CD to the minetest-irc directory.