mirror of
https://github.com/luisgbm/lfs-scripts.git
synced 2026-03-10 04:41:10 +00:00
Update README.md
This commit is contained in:
parent
b2f59eda55
commit
05169269d4
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -55,6 +55,12 @@ chmod -v a+wt $LFS/sources
|
||||||
mv $LFS/sources/tcl8.6.10-src.tar.gz $LFS/sources/tcl8.6.10.tar.gz
|
mv $LFS/sources/tcl8.6.10-src.tar.gz $LFS/sources/tcl8.6.10.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Copy all the shell scripts from this repository to your $LFS directory:
|
||||||
|
|
||||||
|
```
|
||||||
|
cp /<location_of_the_scripts>/*.sh $LFS
|
||||||
|
```
|
||||||
|
|
||||||
Create the basic filesystem for LFS:
|
Create the basic filesystem for LFS:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
@ -110,13 +116,7 @@ EOF
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy all the shell scripts from this repository to your $LFS directory:
|
Run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6:
|
||||||
|
|
||||||
```
|
|
||||||
cp /<location_of_the_scripts>/*.sh $LFS
|
|
||||||
```
|
|
||||||
|
|
||||||
Now, run the lfs-cross.sh script, which will build the cross-toolchain and cross compiling temporary tools from chapters 5 and 6:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
sh $LFS/lfs-cross.sh | tee $LFS/lfs-cross.log
|
sh $LFS/lfs-cross.sh | tee $LFS/lfs-cross.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue