Skip to content

Commit

Permalink
Change library from static to shared in README
Browse files Browse the repository at this point in the history
  • Loading branch information
acerv committed Nov 10, 2023
1 parent 8b26f44 commit e414467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ meson setup builddir && cd builddir
# compile library
meson compile

# compile static library
meson configure -Ddefault_library=static
# compile shared library
meson configure -Ddefault_library=shared
meson compile

# install library
Expand Down

0 comments on commit e414467

Please sign in to comment.