changelog shortlog graph tags branches changeset files revisions annotate raw

OpenClonk / d1c519c54b33 / /README.linux.txt

changeset: d1c519c54b33
parent: c28e34c263bc
child: a24c8f5df3da
author: Nicolas Hake <isilkor@openclonk.org>
date: Wed Oct 21 20:50:19 2009 +0200 (4 months ago)
permissions: -rw-r--r--
description: Remove DInput/DSound from autotools build
     1 Requirements     2 ============     3      4 To build on Linux you need the following packages (Debian names given):     5      6 make gcc g++     7 automake autoconf     8 libc6-dev libx11-dev libxxf86vm-dev libxrandr-dev libxpm-dev libglew1.5-dev     9 libgl1-mesa-dev libpng12-dev libssl-dev libsdl1.2-dev libsdl-mixer1.2-dev    10 libssl-dev libgtk2.0-dev libjpeg62-dev zlib1g-dev    11     12 Build    13 =====    14     15 If you build from version control, you need to run this:    16     17   autoreconf -i && ./configure && make    18     19 To build from tarball, run this:    20     21   ./configure && make    22     23 If you want a debug build, pass --enable-debug to configure, for the developer mode    24 --with-gtk. Other options are listed by ./configure --help.    25     26 On subsequent build runs, you only have to execute make.    27