You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make a local build to test with the following command it will create the **CWebStudioFirmware** file, you can set the compiler here [build/config.lua](/build/config.lua)
16
19
```bash
17
20
darwin run_blueprint build/ --mode folder local_build
21
+
\```
18
22
```
19
23
20
24
### Full Build from Docker or Podman
21
25
You must have podman or docker installed on your machine to build in these way, you can set what you want to use on the [build/config.lua](/build/config.lua) file.
22
26
23
27
if you want to make a full build to all platforms you can use the following command, it will create the following files:
24
28
```bash
25
-
darwin run_blueprint build/ --mode folder amalgamation_build zip_build
29
+
darwin run_blueprint --target amalgamation zip
26
30
```
27
31
28
32
Output files:
@@ -46,11 +50,13 @@ YOUR_CHANGES = "--"
46
50
COMPILER="gcc"
47
51
```
48
52
49
-
53
+
## Obsolete
54
+
```text
50
55
### Making your own build
51
56
you can make your own build by using the following commands:
52
57
```bash
53
58
darwin run_blueprint build/ --mode folder
59
+
\```
54
60
```
55
61
56
62
than you can compile with gcc in the way you want:
0 commit comments