Updated build command in .cpp

This commit is contained in:
Kumi 2024-02-10 20:10:49 +01:00
parent 036f4d10a2
commit 713e89447f
Signed by: kumi
GPG key ID: ECBCC9082395383F

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
*/