mirror of
https://github.com/nqrduck/LimeDriver.git
synced 2024-11-22 01:52:24 +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
|
HDF5 library
|
||||||
|
|
||||||
compilation:
|
compilation:
|
||||||
$(h5c++ -show) limedriver.cpp -std=c++11 $(pkg-config --cflags --libs LimeSuite)
|
h5c++ -shlib limedriver.cpp -std=c++11 -lLimeSuite -o limedriver
|
||||||
-o limedriver
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue