|
From: <abe...@us...> - 2011-11-20 18:31:29
|
Revision: 5263
http://astlinux.svn.sourceforge.net/astlinux/?rev=5263&view=rev
Author: abelbeck
Date: 2011-11-20 18:31:22 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
crosstool-ng-src/README, clarify wording
Modified Paths:
--------------
branches/1.0/crosstool-ng-src/README
Modified: branches/1.0/crosstool-ng-src/README
===================================================================
--- branches/1.0/crosstool-ng-src/README 2011-11-19 00:50:21 UTC (rev 5262)
+++ branches/1.0/crosstool-ng-src/README 2011-11-20 18:31:22 UTC (rev 5263)
@@ -16,11 +16,13 @@
cd ~/source-control
mkdir ctng
cd ctng
-# copy the "crosstool-ng-src/ct-ng.config" file here in the SVN to "~/source-control/ctng/.config"
+# then copy the "crosstool-ng-src/ct-ng.config" file from the SVN to ".config" here
+cp ~/astlinux/1.0/crosstool-ng-src/ct-ng.config .config
+# leave as configured, just look, don't make any changes
ct-ng menuconfig
-# leave as configured, then install linux kernel for the header includes
+# then install linux kernel for the header includes
wget http://files.astlinux.org/linux-2.6.35.13.tar.gz
-# start the build process
+# finally, start the toolchain build process
ct-ng build
# takes 40-60 min.
#########################################################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|