From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Oct 2013 19:28:16 +0000 (-0300) Subject: Introduce a HACKING file X-Git-Url: http://git.cascardo.info/?p=cascardo%2Ff2fchat.git;a=commitdiff_plain;h=8a550a6a92df22d2dd1c3640d6c36eeed083106b Introduce a HACKING file Tell how to prepare the code for a build, and how to build a release. --- diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..789d570 --- /dev/null +++ b/HACKING @@ -0,0 +1,5 @@ +Prepare for build with: +autoreconf -i + +Build a release with: +./configure && make distcheck