Version 6 (modified by on Sep 21, 2024 at 7:45:42 PM) ( diff ) | ,
---|
Installing Tewi HTTPd
This page describes how to install Tewi HTTPd.
Unix-like, and Haiku
Currently, following platforms are checked to be working with this way:
- NetBSD
- Linux
Compiling the code
- Checkout the Subversion repository, or from mirrors.
- Copy
config.h.tmpl
toconfig.h
. - Edit
config.h
if you want to, or need to. - Run
make PLATFORM=<platform> PREFIX=<prefix>
. Replace<platform>
with your platform name, but lower-case,<prefix>
with the prefix. - Run
make install PREFIX=<prefix>
with root.
Windows
Currently, following versions are checked to be working:
- Windows 2000
- Windows XP
- Windows Vista
Using the installer
- Get the installer from Nishi CDN, Jenkins, or GitHub releases.
- Run it.
Compiling the code (installer)
- Checkout the Subversion repository, or from mirrors.
- Copy
config.h.tmpl
toconfig.h
. - Edit
config.h
if you want to, or need to. - Run
./installer.sh win32
for 32-bit,./installer.sh win64
for 64-bit. NSIS is required.
Compiling the code (bare)
- Checkout the Subversion repository, or from mirrors.
- Copy
config.h.tmpl
toconfig.h
. - Edit
config.h
if you want to, or need to. - Run
make PLATFORM=win32
for 32-bit, andmake PLATFORM=win64
for 64-bit. Usewin32-service
orwin64-service
forPLATFORM
to create a service executable.
Note:
See TracWiki
for help on using the wiki.