Skip to content

Commit aa974e7

Browse files
Merge branch 'main' of github.com:OUIsolutions/CWebStudioFirmware
2 parents 5d5cc1f + db9dc7a commit aa974e7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/build_instructions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,24 @@ 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
16+
```text
1417
### Local Build
1518
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)
1619
```bash
1720
darwin run_blueprint build/ --mode folder local_build
21+
\```
1822
```
1923

2024
### Full Build from Docker or Podman
2125
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.
2226

2327
if you want to make a full build to all platforms you can use the following command, it will create the following files:
2428
```bash
25-
darwin run_blueprint build/ --mode folder amalgamation_build zip_build
29+
darwin run_blueprint --target amalgamation zip
2630
```
2731

2832
Output files:
@@ -46,11 +50,13 @@ YOUR_CHANGES = "--"
4650
COMPILER = "gcc"
4751
```
4852

49-
53+
## Obsolete
54+
```text
5055
### Making your own build
5156
you can make your own build by using the following commands:
5257
```bash
5358
darwin run_blueprint build/ --mode folder
59+
\```
5460
```
5561

5662
than you can compile with gcc in the way you want:

0 commit comments

Comments
 (0)