Changeset 858
- Timestamp:
- 07/23/07 00:59:05 (1 year ago)
- Files:
-
- cherokee/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/README
r552 r858 87 87 openssl req -days 1000 -new -x509 -nodes -out /etc/cherokee/ssl/cherokee.pem -keyout /etc/cherokee/ssl/cherokee.pem 88 88 89 How to compile the embedded version (u-cherokee)90 ------------------------------------------------91 ./configure --prefix=/usr --sysconfdir=/etc --disable-pthread --disable-tls --disable-largefile --disable-pcre92 cd cherokee93 make -f Makefile.embedded94 95 89 How to compile it on Windows 96 90 ----------------------------