diff --git a/README.txt b/README.txt index 1e0605d..0c513c9 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,3 @@ - IRC Mod for Minetest (C) 2012 Diego Martínez @@ -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 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 +Plese change the "cp -R irc" to fit your install of minetest. + To compile and "pack" the mod: - Open a command prompt/terminal and CD to the minetest-irc directory.