Changeset 858

Show
Ignore:
Timestamp:
07/23/07 00:59:05 (1 year ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/README

    r552 r858  
    8787    openssl req -days 1000 -new -x509 -nodes -out /etc/cherokee/ssl/cherokee.pem -keyout /etc/cherokee/ssl/cherokee.pem 
    8888 
    89   How to compile the embedded version (u-cherokee) 
    90   ------------------------------------------------ 
    91    ./configure --prefix=/usr --sysconfdir=/etc --disable-pthread --disable-tls --disable-largefile --disable-pcre 
    92    cd cherokee 
    93    make -f Makefile.embedded  
    94  
    9589  How to compile it on Windows 
    9690  ----------------------------