summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-01 08:11:48 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-01 08:11:48 +0000
commit2a7d563ef7aeb379a3c258baf6c6ae686eecc324 (patch)
tree512accb58bc98ec1845018f08694c2d0b65e942f /docs/README
parentf60c51c436501fe50b529e59e434feff750ae663 (diff)
downloadbuildroot-novena-2a7d563ef7aeb379a3c258baf6c6ae686eecc324.tar.gz
buildroot-novena-2a7d563ef7aeb379a3c258baf6c6ae686eecc324.zip
make needs menuconfig to allow configuration
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 615736540..e7dbb5002 100644
--- a/docs/README
+++ b/docs/README
@@ -1,6 +1,6 @@
To build and use the buildroot stuff, do the following:
-1) run 'make'
+1) run 'make menuconfig'
2) select the packages you wish to compile
3) run 'make'
4) wait while it compiles