Skip to content

Commit

Permalink
Small correction
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Nov 2, 2022
1 parent ae6b23c commit 369c212
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ 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:
```
cmake -DCMAKE_BUILD_TYPE=Release -Dstatic_libraries=ON -Dstatic_njoy=ON -DCMAKE_EXE_LINKER_FLAGS=-static ../
cmake -DCMAKE_BUILD_TYPE=Release -Dstatic_libraries=ON
-Dstatic_njoy=ON -DCMAKE_EXE_LINKER_FLAGS=-static ../
```

When you have already cloned the NJOY2016 repository and wish to update to the latest version, you can use the following instructions (inside the build folder):
Expand Down

0 comments on commit 369c212

Please sign in to comment.