]> git.sur5r.net Git - kconfig-frontends/blobdiff - README
Synchronise with v3.13
[kconfig-frontends] / README
diff --git a/README b/README
index c4a72d5e8fd80e7fc6ece8231dfcdd53e94b69d2..2a3ebd383703656aacec0d1cf67cb954b78bb473 100644 (file)
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ As such, there are currently a few known limitations:
     make LDFLAGS="-all-static -static-libtool-libs"
 
 - the nconf frontends requires (at least on my machine) to be linked against
     make LDFLAGS="-all-static -static-libtool-libs"
 
 - the nconf frontends requires (at least on my machine) to be linked against
-  GPM; this is not detected when staticaly linking (hence the nconf_EXTRA_LIBS
+  GPM; this is not detected when statically linking (hence the nconf_EXTRA_LIBS
   in the command above).
 
 - statically linking the graphical frontends (gconf and qconf) is *not*
   in the command above).
 
 - statically linking the graphical frontends (gconf and qconf) is *not*
@@ -34,6 +34,12 @@ As such, there are currently a few known limitations:
   installed static libraries (seemingly fixed in 2.4, but not quite yet, in
   fact...), so gconf does not link. That's why they are disabled above.
 
   installed static libraries (seemingly fixed in 2.4, but not quite yet, in
   fact...), so gconf does not link. That's why they are disabled above.
 
+For a list of known issues, please also refer to file docs/known-issues.txt.
+
 Note that, provided you have the required dependencies, all frontends are
 Note that, provided you have the required dependencies, all frontends are
-properly built if you link dynamicaly. The following just works as expected:
+properly built if you link dynamically. The following just works as expected:
     ./configure && make
     ./configure && make
+
+Note: if using the git tree, or changing the autostuff sources, you'll first
+have to run:
+    autoreconf -fi