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.
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.