Build for GNU/Hurd
Tewi HTTPd has the GNU/Hurd support, which is checked working on Debian.
# Steps
# 1. Install packages
It should work on Debian if below packages are installed:
build-essential
libssl-dev
(If you want TLS/SSL)
# 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=hurd PREFIX=prefix
. PREFIX is set to
/usr/local
by default.
# 5. Install
Run
make PLATFORM=hurd PREFIX=prefix install
as
root user.