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
Copy file name to clipboardExpand all lines: MiniScript-cpp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ MiniScript is built with [CMake](https://cmake.org/). You can generate your desi
12
12
13
13
3.`cmake ../..` (or on Windows, `cmake ..\..`) to generate a makefile and related files in the build directory.
14
14
15
-
4.`cmake --build .` to actually do the build.
15
+
4.`cmake --build . --config Release` to actually do the build.
16
16
17
-
If successful, you should find an executable called `miniscript` which you can install (see **Installation**, below). You'll also find a shared library (libminiscript-cpp.a) for you to link to in your own projects if you like. You can even `include()` the CMakeLists.txt of this project inside your own for clean dependency management.
17
+
If successful, you should find an executable called `miniscript`(or `miniscript.exe` on Windows) which you can install (see **Installation**, below). You'll also find a shared library (libminiscript-cpp.a, miniscript-cpp.lib, or similar) for you to link to in your own projects if you like. You can even `include()` the CMakeLists.txt of this project inside your own for clean dependency management.
18
18
19
19
If you are only interested in the C# edition of MiniScript, there is a project file provided in the respective directory.
0 commit comments