Introduce a HACKING file
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Sat, 5 Oct 2013 19:28:16 +0000 (16:28 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.info>
Sat, 5 Oct 2013 19:28:16 +0000 (16:28 -0300)
Tell how to prepare the code for a build, and how to build a release.

HACKING [new file with mode: 0644]

diff --git a/HACKING b/HACKING
new file mode 100644 (file)
index 0000000..789d570
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,5 @@
+Prepare for build with:
+autoreconf -i
+
+Build a release with:
+./configure && make distcheck