mirror of
https://github.com/curl/curl.git
synced 2026-07-16 00:27:18 +03:00
Add steps needed for zlib support under Minix
This commit is contained in:
parent
5e74c58b73
commit
0d3bb93ce8
1 changed files with 3 additions and 1 deletions
|
|
@ -673,8 +673,9 @@ Minix
|
|||
Configure and compile with:
|
||||
|
||||
./configure CONFIG_SHELL=/bin/bigsh CC=cc LD=cc AR=/usr/bin/aal \
|
||||
GREP=grep CPPFLAGS=-D_POSIX_SOURCE=1
|
||||
GREP=grep CPPFLAGS='-D_POSIX_SOURCE=1 -I/usr/local/include'
|
||||
make
|
||||
chmem =256000 src/curl
|
||||
|
||||
GCC
|
||||
---
|
||||
|
|
@ -686,6 +687,7 @@ Minix
|
|||
|
||||
./configure CONFIG_SHELL=/bin/bigsh CC=gcc AR=/usr/gnu/bin/gar GREP=grep
|
||||
make
|
||||
chmem =256000 src/curl
|
||||
|
||||
|
||||
Symbian OS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue