From: Saverio Proto Date: Tue, 26 Aug 2014 12:31:48 +0000 (+0200) Subject: Fix README stuff to compile correctly catta X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=91b259305f29a00dd3ed587d23400f4a988f339a Fix README stuff to compile correctly catta --- diff --git a/README.catta b/README.catta index bae9d3fb..ffef9e20 100644 --- a/README.catta +++ b/README.catta @@ -1,5 +1,5 @@ cd catta -./bootstrap.sh +autoreconf -fsi ./configure --disable-nls --disable-glib --disable-gobject --disable-qt3 --disable-qt4 --disable-gtk --disable-gtk3 --disable-dbus --disable-gdbm --disable-libdaemon --disable-python --disable-pygtk --disable-python-dbus --disable-mono --disable-monodoc --disable-autoipd --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-xml --disable-doxygen-html --disable-manpages --disable-xmltoman CFLAGS=-fPIC make diff --git a/README.git b/README.git index d973ca23..73fd1840 100644 --- a/README.git +++ b/README.git @@ -6,6 +6,12 @@ to install the very latest versions of the following packages: - automake - autoconf +Compile first the git submodules + +git submodule init +git submodule update +sh README.catta + Then you have to let the autotools create all the autogenerated files, using this command: