Skip to content

Commit a3b839b

Browse files
Update build_instructions.md
1 parent 22b1b17 commit a3b839b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/build_instructions.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ if you are on linux you can install darwin with:
99
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.2.1/darwin.c -o darwin.c &&
1010
gcc darwin.c -o darwin.out &&
1111
sudo mv darwin.out /usr/bin/darwin
12+
darwin install
1213
```
1314

15+
## Obsolete
1416
### Local Build
1517
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)
1618
```bash
@@ -22,7 +24,7 @@ You must have podman or docker installed on your machine to build in these way,
2224

2325
if you want to make a full build to all platforms you can use the following command, it will create the following files:
2426
```bash
25-
darwin run_blueprint build/ --mode folder amalgamation_build zip_build
27+
darwin run_blueprint --target amalgamation zip
2628
```
2729

2830
Output files:
@@ -46,7 +48,7 @@ YOUR_CHANGES = "--"
4648
COMPILER = "gcc"
4749
```
4850

49-
51+
## Obsolete
5052
### Making your own build
5153
you can make your own build by using the following commands:
5254
```bash

0 commit comments

Comments
 (0)