From 18d67fb3e6563080d9026c7e70d41d0fb98dff66 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sun, 1 Mar 2020 21:55:14 -0500 Subject: [PATCH] Updated cpuminer opt READMEs, HowTos & FAQs (markdown) --- cpuminer-opt-READMEs,-HowTos-&-FAQs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpuminer-opt-READMEs,-HowTos-&-FAQs.md b/cpuminer-opt-READMEs,-HowTos-&-FAQs.md index fa4f00a..5634d9d 100644 --- a/cpuminer-opt-READMEs,-HowTos-&-FAQs.md +++ b/cpuminer-opt-READMEs,-HowTos-&-FAQs.md @@ -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.