Updated cpuminer opt READMEs, HowTos & FAQs (markdown)

JayDDee
2020-03-01 21:55:14 -05:00
parent 02e9ca1633
commit 18d67fb3e6

@@ -351,9 +351,9 @@ Define some local variables to point to local library.
`$ export LOCAL_LIB="$HOME/usr/lib"`
'$ export LDFLAGS="-L$LOCAL_LIB/curl/lib/.libs -L$LOCAL_LIB/gmp/.libs -L$LOCAL_LIB/openssl"'
`$ export LDFLAGS="-L$LOCAL_LIB/curl/lib/.libs -L$LOCAL_LIB/gmp/.libs -L$LOCAL_LIB/openssl"`
'$ export CONFIGURE_ARGS="--with-curl=$LOCAL_LIB/curl --with-crypto=$LOCAL_LIB/openssl --host=x86_64-w64-mingw32"'
`$ export CONFIGURE_ARGS="--with-curl=$LOCAL_LIB/curl --with-crypto=$LOCAL_LIB/openssl --host=x86_64-w64-mingw32"`
Create a release directory and copy some dll files previously built.