Skip to content

Commit

Permalink
Merge pull request #380 from nhz2/fix-example-compiling-docs
Browse files Browse the repository at this point in the history
Fix how-to compile example instructions
  • Loading branch information
FrancescAlted authored Jul 20, 2024
2 parents 4f8541c + 2066379 commit f6ce077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/noinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
or, if you don't have the blosc library installed yet:
$ gcc -O3 -msse2 noinit.c -I../blosc -o noinit -L../build/blosc
$ export LD_LIBRARY_PATH=../build/blosc
$ gcc noinit.c -I../blosc -o noinit ../build/blosc/libblosc.a
Using MSVC on Windows:
Expand Down
2 changes: 1 addition & 1 deletion examples/simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
or, if you don't have the blosc library installed:
$ gcc -O3 -msse2 simple.c -I../blosc -o simple -L../build/blosc
$ gcc simple.c -I../blosc -o simple ../build/blosc/libblosc.a
Using MSVC on Windows:
Expand Down

0 comments on commit f6ce077

Please sign in to comment.