mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-21 17:42:25 +00:00
Merge pull request #17 from nqrduck/build-command
Fix build command comment
This commit is contained in:
commit
56db4ab23a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue