mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
Minix has new build prerequisites using autoconf 2.64
This commit is contained in:
parent
cf367a62ce
commit
7c821a85f8
17
docs/INSTALL
17
docs/INSTALL
@ -681,7 +681,8 @@ eCos
|
|||||||
Minix
|
Minix
|
||||||
=====
|
=====
|
||||||
curl can be compiled on Minix 3 using gcc or ACK (starting with
|
curl can be compiled on Minix 3 using gcc or ACK (starting with
|
||||||
ver. 3.1.3).
|
ver. 3.1.3). Ensure that GNU gawk and bash are both installed and
|
||||||
|
available in the PATH.
|
||||||
|
|
||||||
ACK
|
ACK
|
||||||
---
|
---
|
||||||
@ -689,10 +690,10 @@ Minix
|
|||||||
|
|
||||||
binsizes xxl
|
binsizes xxl
|
||||||
|
|
||||||
Configure and compile with:
|
then configure and compile curl with:
|
||||||
|
|
||||||
./configure CONFIG_SHELL=/bin/bigsh CC=cc LD=cc AR=/usr/bin/aal \
|
./configure CC=cc LD=cc AR=/usr/bin/aal GREP=grep \
|
||||||
GREP=grep CPPFLAGS='-D_POSIX_SOURCE=1 -I/usr/local/include'
|
CPPFLAGS='-D_POSIX_SOURCE=1 -I/usr/local/include'
|
||||||
make
|
make
|
||||||
chmem =256000 src/curl
|
chmem =256000 src/curl
|
||||||
|
|
||||||
@ -704,7 +705,7 @@ Minix
|
|||||||
|
|
||||||
then configure and compile curl with:
|
then configure and compile curl with:
|
||||||
|
|
||||||
./configure CONFIG_SHELL=/bin/bigsh CC=gcc AR=/usr/gnu/bin/gar GREP=grep
|
./configure CC=gcc AR=/usr/gnu/bin/gar GREP=grep
|
||||||
make
|
make
|
||||||
chmem =256000 src/curl
|
chmem =256000 src/curl
|
||||||
|
|
||||||
@ -717,9 +718,9 @@ Symbian OS
|
|||||||
bldmake bldfiles
|
bldmake bldfiles
|
||||||
abld build
|
abld build
|
||||||
|
|
||||||
to compile and install curl and libcurl. If your Symbian SDK doesn't
|
to compile and install curl and libcurl using SBSv1. If your Symbian
|
||||||
include support for P.I.P.S., you will need to contact your SDK vendor
|
SDK doesn't include support for P.I.P.S., you will need to contact
|
||||||
to obtain that first.
|
your SDK vendor to obtain that first.
|
||||||
|
|
||||||
|
|
||||||
VxWorks
|
VxWorks
|
||||||
|
Loading…
Reference in New Issue
Block a user