...
Code Block | ||
---|---|---|
| ||
su build cd ~ |
14)
...
Clone
...
the
...
OpenXT
...
repo. NOTE: If testing before the official merge then clone https://github.com/aikidokatech/xenclient-oe.git.
Code Block | ||
---|---|---|
| ||
git clone https://github.com/OpenXT/openxt.git cd openxt |
NOTE: If testing before the official merge, check out the "jethro-merge" branch!
15) Create your .config file. Change any settings needed now.
...
Code Block | ||
---|---|---|
| ||
DL_DIR = "/<path-to-OE-download-cache>" |
19) Build OpenXT. NOTE: If you are testing before the official merge, move to the build/repos/xenclient-oe directory and check out the "jethro-merge" branch.
Build Notes
When running do_build.sh, either change the list of steps at the beginning of the script to what you need or specify them manually via -s. An example is below.
...