From 13cf766fe1b1d8fc609b047741bbb0bdf60c85fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 3 Dec 2012 15:33:24 +0000 Subject: Convert configs/z80sim/ostest to Kconfig/mconf tool git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5409 42af7a65-404d-4744-a932-0658087f49c3 --- misc/tools/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'misc') 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 -- cgit v1.2.3