Now have one script to build everything.

This commit is contained in:
2024-11-04 17:38:10 -05:00
parent 194765f030
commit 29dc91e43c
2 changed files with 23 additions and 15 deletions

View File

@@ -24,7 +24,11 @@ Git Clone the integration Repository
Apply patches and build everything:
- Change directory to $HOME/integration
- python3 build-everything.py
- Everything is now ready to go.
-
- Note: build-everything is mainly intended for the *initial* build.
- If you want to edit the code and recompile, it is okay to use
- build-everything.py a second time, but it's unnecessarily slow.
- It's much faster to edit and recompile using visual studio code.
Launch Integration in the Debugger
- Change directory to $HOME/integration