@@ -6,16 +6,28 @@ This repository is a variant of the [espressif/esp32-arduino-lib-builder](https:
6
6
7
7
It contains modifications:
8
8
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
+
9
13
- Get it running in *** macOS***
10
14
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:
12
22
- log_errors.txt : Errors of any kind.
13
23
- log_instEnviroment.txt : Log when loading and build the enviroment.
14
24
- log_idfBuild.txt : Log when bulding with ipf.py
15
25
- log_pythonBuild.txt: : Log when building with python3.
16
26
17
27
- Using ``` osascript ``` - what is *** macOS*** -specific - to open the ouputs in diffrent terminals.
18
28
29
+
30
+
19
31
## To used with *** macOS*** :
20
32
21
33
### It is tested with:
@@ -52,7 +64,9 @@ It contains modifications:
52
64
# ## Run build on macOS
53
65
54
66
` ` ` 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
56
70
./build.sh
57
71
` ` `
58
72
0 commit comments