|
Compiling Uplink under Linux
Contents 1. Introduction 1. Introduction Ensure you have followed the quick start guide - this will make sure you have Uplink and the Dev CD installed in the right places. Click here. Export the following
environment variable to make cutting and pasting % export UPLINKROOT=`pwd` Make sure that you
are in $UPLINKROOT (the place where you copied all Make sure you have applied the Linux DevCD patch: %../devcd.patch/patch-devcd 2. Contrib 2.1 tcp4u Build tcp4u: Build irclib.linux: 2.2 tiff, freetype2, gltt Install development
packages for If your Linux distribution
does not provide with libtiff A good installation prefix is $UPLINKROOT/contrib/install: build freetype-current: % cd $UPLINKROOT/contrib/freetype-current build libgltt-2.5.2: Because my automake
version is very recent, I had to: Then: 2.3 SDL and SDL_mixer If you want to use
ALSA you will make sure that you have alsa 2.3.1 SDL % cd $UPLINKROOT/contrib/SDL-1.2.5 2.3.2 SDL_mixer % cd $UPLINKROOT/contrib/SDL_mixer-1.2.6-patched 3 Lib % cd $UPLINKROOT/lib 4 Source % cd $UPLINKROOT/source Should produce uplink.dynamic.
If you would like to produce static Note that you will
need to copy uplink.dynamic to the directory Also, if you are
using ALSA sound drivers make sure that no other |