summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-17 10:07:01 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-17 10:07:01 +0000
commit1d9fa600c02fdbd0d2f73f7c64605b736cd1bdd8 (patch)
treeef1cf77475781de6feb3d2e832b37c5c41e62e8a /docs/README
parent6f846df3113b7335514cdf1062bc67c6b236fd2d (diff)
downloadbuildroot-novena-1d9fa600c02fdbd0d2f73f7c64605b736cd1bdd8.tar.gz
buildroot-novena-1d9fa600c02fdbd0d2f73f7c64605b736cd1bdd8.zip
- add short section about offline-builds
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/README b/docs/README
index 0990d2b58..615736540 100644
--- a/docs/README
+++ b/docs/README
@@ -13,6 +13,19 @@ You do not need to be root to build or run buildroot. Have fun!
-Erik
+Offline build:
+==============
+
+In order to do an offline-build (not connected to the net), fetch all
+selected source by issuing a
+$ make source
+
+before you disconnect.
+If your build-host is never connected, then you have to copy buildroot
+and your toplevel .config to a machine that has an internet-connection
+and issue "make source" there, then copy the content of your dl/ dir to
+the build-host.
+
More finegrained configuration:
===============================