Build for NeXTSTEP
Tewi HTTPd has the NeXTSTEP support, which is checked working on NeXTSTEP 3.3.
# Steps
# 1. Install packages
It should work on 3.3 if below stuffs are installed:
# 2. Get the source code
You can get the source codes using several VCS. (
Official Repository List)
# 3. Create config.h
Copy config.h.tmpl to config.h. Edit it if needed.
# 4. Run make
Run
make PLATFORM=nextstep PREFIX=prefix
. PREFIX is set to
/usr/local
by default.
# 5. Install
Run
make PLATFORM=nextstep PREFIX=prefix install
as
root user.