Project

General

Profile

Actions

Installation openSUSE

Add additional repositories:

zypper ar http://download.opensuse.org/repositories/devel:/tools:/building/openSUSE_11.2 develtools # needed for ragel
zypper ar http://download.opensuse.org/repositories/home:/darix/openSUSE_11.2 darix                 # needed for libev

Install packages:

zypper install git-core cmake gcc glib2-devel libev-devel zlib-devel ragel lua-devel

Checkout source:

git clone git://git.lighttpd.net/lighttpd/lighttpd2
cd lighttpd2
mkdir cmakebuild

Configure: (in cmakebuild/); use c to configure, change some flags, configure again, g to generate if configure was successful (q to quit if not successful)

ccmake ..

Build: (in cmakebuild/)

make

Updated by stbuehler over 11 years ago · 3 revisions