Updated Home (markdown)

JayDDee
2020-03-01 20:35:47 -05:00
parent 278fe2c3a5
commit ccffdd6c22

18
Home.md

@@ -328,15 +328,15 @@ This can be done outside of cpuminer-opt and only needs to be done once.
If the release directory is in cpuminer-opt directory it needs to be If the release directory is in cpuminer-opt directory it needs to be
recreated every a source package is decompressed. recreated every a source package is decompressed.
`
$ mkdir release `$ mkdir release`
$ cp /usr/x86_64-w64-mingw32/lib/zlib1.dll release/ `$ cp /usr/x86_64-w64-mingw32/lib/zlib1.dll release/`
$ cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll release/ `$ cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll release/`
$ cp /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++-6.dll release/ `$ cp /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libstdc++-6.dll release/`
$ cp /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libgcc_s_seh-1.dll release/ `$ cp /usr/lib/gcc/x86_64-w64-mingw32/7.3-win32/libgcc_s_seh-1.dll release/`
$ cp $LOCAL_LIB/openssl/libcrypto-1_1-x64.dll release/ `$ cp $LOCAL_LIB/openssl/libcrypto-1_1-x64.dll release/`
$ cp $LOCAL_LIB/curl/lib/.libs/libcurl-4.dll release/ `$ cp $LOCAL_LIB/curl/lib/.libs/libcurl-4.dll release/`
`
### Download cpuminer-opt ### Download cpuminer-opt