From 91b259305f29a00dd3ed587d23400f4a988f339a Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Tue, 26 Aug 2014 14:31:48 +0200 Subject: [PATCH] Fix README stuff to compile correctly catta --- README.catta | 2 +- README.git | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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: -- 2.39.2