mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Updated Home (markdown)
34
Home.md
34
Home.md
@@ -271,11 +271,12 @@ The Suggested location is $HOME/usr/lib/
|
|||||||
|
|
||||||
`$ mkdir $HOME/usr/lib`
|
`$ mkdir $HOME/usr/lib`
|
||||||
|
|
||||||
3. Download and build other packages for mingw that don't have a mingw64
|
### Buld libraries
|
||||||
version available in the repositories.
|
|
||||||
|
|
||||||
Download the following source code packages from their respective and
|
Download and build other packages for mingw that don't have a mingw64 version available in the repositories.
|
||||||
respected download locations, copy them to $HOME/usr/lib/ and uncompress them.
|
|
||||||
|
Download the following source code packages from their respective and respected download locations,
|
||||||
|
copy them to $HOME/usr/lib/ and uncompress them.
|
||||||
|
|
||||||
openssl
|
openssl
|
||||||
curl
|
curl
|
||||||
@@ -296,23 +297,26 @@ n is the number of CPU threads you want to use.
|
|||||||
|
|
||||||
openssl:
|
openssl:
|
||||||
|
|
||||||
`
|
|
||||||
./Configure mingw64 shared --cross-compile-prefix=x86_64-w64-mingw32
|
`./Configure mingw64 shared --cross-compile-prefix=x86_64-w64-mingw32`
|
||||||
make
|
|
||||||
`
|
`make'
|
||||||
|
|
||||||
|
|
||||||
curl:
|
curl:
|
||||||
|
|
||||||
`./configure --with-winssl --with-winidn --host=x86_64-w64-mingw32
|
`./configure --with-winssl --with-winidn --host=x86_64-w64-mingw32`
|
||||||
make
|
|
||||||
`
|
`make`
|
||||||
|
|
||||||
|
|
||||||
gmp:
|
gmp:
|
||||||
|
|
||||||
`
|
|
||||||
./configure --host=x86_64-w64-mingw32
|
`./configure --host=x86_64-w64-mingw32`
|
||||||
make
|
|
||||||
`
|
`make`
|
||||||
|
|
||||||
|
|
||||||
### Tweak the environment.
|
### Tweak the environment.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user