aboutsummaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2009-01-15 08:49:22 +0000
committerDan Fandrich <dan@coneharvesters.com>2009-01-15 08:49:22 +0000
commit0d3bb93ce8df754642b143f23a7856d8e333cf05 (patch)
tree0fb51f59110c685530ee846df3bfc56b145026f7 /docs/INSTALL
parent5e74c58b7309a147d2df7c2dc00c8bb8b90ae27e (diff)
Add steps needed for zlib support under Minix
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/INSTALL b/docs/INSTALL
index 9b43687a0..093ab6f5b 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -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