From 03b9cea008ccb70980b8baacb91fc52da839aa10 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 22 Dec 2022 13:05:57 +0000 Subject: Clarify README commands --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fa7e991..2ce2b99 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,26 @@ requires xibuild and xipkg to function correctly. Will build a whole "repo" of p ### Generating all xilinux packages 1. cross compile toolchain -- start with a nice easy clean install -- make sure you have all needed build tools on host -- create some directories, /tools, /cross-tools -- copy ./bootstrap/* to a nice clean place to begin working + - start with a nice easy clean install + - make sure you have all needed build tools on host + - create some directories: `/tools`, `/cross-tools` + - copy `./bootstrap/*` to a nice clean place to begin working -- run ./bootstrap.sh stage1 + - run `./bootstrap.sh stage1` -- run ./bootstrap.sh stage2 + - run `./bootstrap.sh stage2` -- run ./bootstrap.sh stage3 + - run `./bootstrap.sh stage3` -- run ./bootstrap.sh package + - run `./bootstrap.sh package` -- alternatively just run ./bootstrap.sh + - alternatively just run `./bootstrap.sh` 2. prepare stage3 chroot + - create `/var/lib/xib/chroot` + - extract the created `chroot-tools.tar.gz` there + - ensure that you can chroot into it + - run `xib` + - ensure all packages build correctly + -- create /var/lib/xib/chroot -- extract the created chroot-tools.tar.gz there -- ensure that you can chroot into it -- run ./build in xib -- ensure all packages build correctly -- cgit v1.2.1