summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index 47c966921..512d8ebaa 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -20,13 +20,17 @@ kconfig-frontends
General build instructions:
cd kconfig-frontends
- ./configure
+ ./configure --program-prefix=
make
make install
+ If you do not specify --program-prefix= in the configuration, then the
+ current kconfig-frontends code will add the prefix kconfig- to the generated
+ tools.
+
To suppress the graphical interfaces:
- ./configure --disable-gconf --disable-qconf
+ ./configure --disable-gconf --disable-qconf --program-prefix=
make
make install