mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Home (markdown)
22
Home.md
22
Home.md
@@ -218,11 +218,13 @@ produce the best results.
|
|||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
`
|
|
||||||
$ ./autogen.sh
|
`$ ./autogen.sh`
|
||||||
$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl
|
|
||||||
$ make -j n
|
`$ CFLAGS="-O3 -march=native -Wall" ./configure --with-curl`
|
||||||
`
|
|
||||||
|
`$ make -j n`
|
||||||
|
|
||||||
|
|
||||||
n is the number of threads.
|
n is the number of threads.
|
||||||
|
|
||||||
@@ -317,11 +319,11 @@ This step is required everytime you login or the commands can be added to
|
|||||||
|
|
||||||
Define some local variables to point to local library.
|
Define some local variables to point to local library.
|
||||||
|
|
||||||
`
|
|
||||||
$ export LOCAL_LIB="$HOME/usr/lib"
|
`$ 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.
|
Create a release directory and copy some dll files previously built.
|
||||||
This can be done outside of cpuminer-opt and only needs to be done once.
|
This can be done outside of cpuminer-opt and only needs to be done once.
|
||||||
|
Reference in New Issue
Block a user