Skip to content

Commit eabfa18

Browse files
Update build_and_install.md
1 parent e921027 commit eabfa18

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/build_and_install.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@ curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.13.0/darwin_l
4141

4242
Then you can build the project with in the root dir of the project:
4343
```bash
44+
darwin install
4445
darwin run_blueprint --target all
4546
```
4647
of if you are building in dir mode , you can just perform the silverchain organization and macro builds with:
4748

4849
It will generate all the **releases** in the **/release** dir.
4950

5051
```bash
52+
darwin install
5153
darwin run_blueprint --target dir_project
5254
```
5355

@@ -79,4 +81,4 @@ It is useful for working with dynamic compilation or mocking dependencies.
7981

8082
// import the lib only after the flags
8183
#include "CWebStudioOne.c"
82-
```
84+
```

0 commit comments

Comments
 (0)