Actions
Installation openSUSE » History » Revision 1
Revision 1/3
| Next »
stbuehler, 2010-02-06 23:58
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/sandbox cd sandbox 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 15 years ago · 1 revisions