We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e921027 commit eabfa18Copy full SHA for eabfa18
docs/build_and_install.md
@@ -41,13 +41,15 @@ curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.13.0/darwin_l
41
42
Then you can build the project with in the root dir of the project:
43
```bash
44
+darwin install
45
darwin run_blueprint --target all
46
```
47
of if you are building in dir mode , you can just perform the silverchain organization and macro builds with:
48
49
It will generate all the **releases** in the **/release** dir.
50
51
52
53
darwin run_blueprint --target dir_project
54
55
@@ -79,4 +81,4 @@ It is useful for working with dynamic compilation or mocking dependencies.
79
81
80
82
// import the lib only after the flags
83
#include "CWebStudioOne.c"
-```
84
+```
0 commit comments