Skip to content

Commit

Permalink
Another small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 2, 2022
1 parent 369c212 commit 721df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cmake -DCMAKE_BUILD_TYPE=Release ../
make -j8
```

The above instructions will produce a release build consisting of a dynamic library and dynamically linked library. To compile a static version (i.e. the executable is not a dynamically linked executable), the cmake command shown above should be replaced with the following cmake command:
The above instructions will produce a release build consisting of a dynamic library and dynamically linked executable. To compile a static version (i.e. the executable is not a dynamically linked executable), the cmake command shown above should be replaced with the following cmake command:
```
cmake -DCMAKE_BUILD_TYPE=Release -Dstatic_libraries=ON
-Dstatic_njoy=ON -DCMAKE_EXE_LINKER_FLAGS=-static ../
Expand Down

0 comments on commit 721df37

Please sign in to comment.