On Wed, Nov 5, 2008 at 3:19 PM, motiv4u <[EMAIL PROTECTED]> wrote: > Building GNU Backgammon on (K)Ubuntu 8.10 > > The steps described on www.gnubg.org, Categorie: Download and Install > "Building gnubg from source on Ubuntu" [read more] > need to be adapted. > ( URL: http://www.gnubg.org/index.php?itemid=100&catid=10 ) > > sudo apt-get -y install libxml2.0-dev > must be: > sudo apt-get -y install libxml2-dev > > and you'll have to add: > sudo apt-get -y install libreadline5-dev > > Otherwise it builds fine, but there are no sounds and no multiprocessor > support. >
For sounds you need gstreamer. Multiprocessor is not enabled by default, so you need to run ./configure --enable-threads. Christian. > N. > > -- > "He is no fool who gives up what he cannot keep to gain what he cannot > lose." -Jim Elliot > > > _______________________________________________ > Bug-gnubg mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/bug-gnubg > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
