Project

General

Profile

Actions

Installation openSUSE » History » Revision 2

« Previous | Revision 2/3 (diff) | Next »
stbuehler, 2010-04-07 15:56


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 almost 14 years ago · 2 revisions