From f5f2358ffc7c58df76ec65090d55a709e5cb7d1d Mon Sep 17 00:00:00 2001 From: kizeren Date: Tue, 18 Dec 2012 20:55:03 -0600 Subject: [PATCH] Update README.txt Added a quick one line build procedure for linux. --- README.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.