mirror of
https://github.com/minetest-mods/irc.git
synced 2024-12-28 09:40:17 +01:00
Update README.txt
Added a quick one line build procedure for linux.
This commit is contained in:
parent
1717544af0
commit
f5f2358ffc
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user