X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=README;h=2a3ebd383703656aacec0d1cf67cb954b78bb473;hb=3b1b17f1aea13cdb51ee5c03267ab671cc85cead;hp=c4a72d5e8fd80e7fc6ece8231dfcdd53e94b69d2;hpb=8055cca82b351e69dd2463b2b1ba6f61ac3ced9b;p=kconfig-frontends diff --git a/README b/README index c4a72d5..2a3ebd3 100644 --- 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 - 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* @@ -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. +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 -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 + +Note: if using the git tree, or changing the autostuff sources, you'll first +have to run: + autoreconf -fi