You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran ./configure --prefix=dist/ --disable-shared --enable-static --enable-strip --CPPFLAGS=-fPIC STATIC_LIB_libzstd=/usr/lib64/libzstd.a
and got this "Unknown option STATIC_LIB_libzstd=/usr/lib64/libzstd.a"
How the currect command line would be ?
Could give some more example of various case in README
It should be much more accessiable for newbie like me.
The text was updated successfully, but these errors were encountered:
When I ran
./configure --prefix=dist/ --disable-shared --enable-static --enable-strip --CPPFLAGS=-fPIC STATIC_LIB_libzstd=/usr/lib64/libzstd.a
and got this "Unknown option STATIC_LIB_libzstd=/usr/lib64/libzstd.a"
How the currect command line would be ?
Could give some more example of various case in README
It should be much more accessiable for newbie like me.
The text was updated successfully, but these errors were encountered: