]> git.meshlink.io Git - meshlink/commitdiff
Fix README stuff to compile correctly catta
authorSaverio Proto <zioproto@gmail.com>
Tue, 26 Aug 2014 12:31:48 +0000 (14:31 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sat, 27 Dec 2014 17:06:26 +0000 (18:06 +0100)
README.catta
README.git

index bae9d3fbacd15bb0477ff9dd7e1467fb2cb2b5b3..ffef9e2038c875c599200915d8a6d84529efbc8c 100644 (file)
@@ -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
index d973ca23b68fa3a068b2910f774cf03bf3e39f7b..73fd18408b0b65f4ece9156aea76604c2409fb51 100644 (file)
@@ -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: