Skip to content

Commit

Permalink
Add support for shared libraries to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Jul 28, 2024
1 parent d58dc66 commit ee0c7e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ make

This will generate the static library `libversion-f.a` in the root directory. You can compile it alongside your project or link it using the `-L` and `-l` flags.

A dynamic library will also be created for use in your projects (suffix `.so` on Linux systems and `.dylib` on macOS).

If you wish to use a compiler other than `gfortran`, simply specify it by running:

```bash
Expand Down

0 comments on commit ee0c7e9

Please sign in to comment.