= How to get started developing
-@(#) $File: README.DEVELOPER,v 1.1 2014/02/18 18:51:51 kim Exp $
+@(#) $File: README.DEVELOPER,v 1.2 2014/03/06 16:57:57 christos Exp $
== Auto files
autoheader
automake --add-missing
autoconf
+
+[christos: I run autoreconf -f -i instead of all the above]
+
./configure
+
== Installing dependencies
If your platform doesn't have the above tools, install the following
autoconf \
automake \
autotools-dev \
- build-essentials \
+ build-essential \
libltdl-dev \
libtool \
libtool-doc \