logo
Build for NeXTSTEP - Tewi HTTPd
Root

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:
  • Developer kit
  • GNU make

# 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.

Generated using Docgen 1.03A
Trac