Merge pull request #17 from nqrduck/build-command

Fix build command comment
This commit is contained in:
Julia P 2024-02-10 20:14:15 +01:00 committed by GitHub
commit 56db4ab23a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,7 @@ LimeSuite
HDF5 library
compilation:
$(h5c++ -show) limedriver.cpp -std=c++11 $(pkg-config --cflags --libs LimeSuite)
-o limedriver
h5c++ -shlib limedriver.cpp -std=c++11 -lLimeSuite -o limedriver
*/