Skip to content

Commit 59acd22

Browse files
committed
add descriptions for addOn
1 parent e1abce6 commit 59acd22

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,28 @@ This repository is a variant of the [espressif/esp32-arduino-lib-builder](https:
66

77
It contains modifications:
88

9+
- Needs install of **Add-on**: [twischi/addOns-esp32_AR_lib-builder](https://github.com/twischi/addOns-esp32_AR_lib-builder)
10+
11+
- Hint: It is included in Run-Build section below.
12+
913
- Get it running in ***macOS***
1014

11-
- Redirects Terminal output infos to serveral files to see what is going on during build without get flooded.
15+
- Runs the **script** ```postBuild_AggregatedFolders.sh``` what is located here: ```/../addOns-esp32_AR_lib-builder/```
16+
17+
- Hint: **Needs** the script intalled:
18+
- One folder UP: ```/../``` (from folder executing the build.sh)
19+
- Expecting to find: ```addOns-esp32_AR_lib-builder```
20+
21+
- Redirects Terminal output infos to serveral files to see what is going on during build without get flooded:
1222
- log_errors.txt : Errors of any kind.
1323
- log_instEnviroment.txt : Log when loading and build the enviroment.
1424
- log_idfBuild.txt : Log when bulding with ipf.py
1525
- log_pythonBuild.txt: : Log when building with python3.
1626

1727
- Using ```osascript``` - what is ***macOS***-specific - to open the ouputs in diffrent terminals.
1828

29+
30+
1931
## To used with ***macOS***:
2032

2133
### It is tested with:
@@ -52,7 +64,9 @@ It contains modifications:
5264
### Run build on macOS
5365

5466
```bash
55-
git clone https://github.com/twischi/esp32-arduino-lib-builder && cd esp32-arduino-lib-builder
67+
git clone https://github.com/twischi/esp32-arduino-lib-builder
68+
git clone https://github.com/twischi/addOns-esp32_AR_lib-builder.git
69+
cd esp32-arduino-lib-builder
5670
./build.sh
5771
```
5872

0 commit comments

Comments
 (0)