From b7e15cd32657880b9474d38110eb01981af16470 Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sun, 1 Mar 2020 20:44:42 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 34 +++++++++++++++++++--------------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/Home.md b/Home.md index 6a1efd3..0189b83 100644 --- a/Home.md +++ b/Home.md @@ -271,11 +271,12 @@ The Suggested location is $HOME/usr/lib/ `$ mkdir $HOME/usr/lib` -3. Download and build other packages for mingw that don't have a mingw64 - version available in the repositories. +### Buld libraries -Download the following source code packages from their respective and -respected download locations, copy them to $HOME/usr/lib/ and uncompress them. +Download and build other packages for mingw that don't have a mingw64 version available in the repositories. + +Download the following source code packages from their respective and respected download locations, +copy them to $HOME/usr/lib/ and uncompress them. openssl curl @@ -296,23 +297,26 @@ n is the number of CPU threads you want to use. openssl: -` -./Configure mingw64 shared --cross-compile-prefix=x86_64-w64-mingw32 -make -` + +`./Configure mingw64 shared --cross-compile-prefix=x86_64-w64-mingw32` + +`make' + curl: -`./configure --with-winssl --with-winidn --host=x86_64-w64-mingw32 -make -` +`./configure --with-winssl --with-winidn --host=x86_64-w64-mingw32` + +`make` + gmp: -` -./configure --host=x86_64-w64-mingw32 -make -` + +`./configure --host=x86_64-w64-mingw32` + +`make` + ### Tweak the environment.