Page 1 of 1

Where are the graphics?

Posted: Mon Sep 29, 2014 5:00 pm
by Alter Tuk
Just for the record: If you follow the instructions on gccg.sourceforge.net you cant download the graphics anymore. At least not with Ubuntu.

Re: Where are the graphics?

Posted: Mon Sep 29, 2014 8:52 pm
by zirilan
Installing core and metw in Ubuntu Linux

Synaptic Package Manager
Image sudo apt-get install synaptic

Subversion
Image sudo apt-get install subversion

g++
Image sudo apt-get install gcc

start Synoptic Package Manager
install the following libraries:
  • SDL
  • SDL_image
  • SDL_net
  • SDL_ttf
  • SDL_mixer
Image
mkdir gccg
cd gccg
svn co https://gccg.svn.sourceforge.net/svnroot/gccg/core
svn co http://svn.councilofelrond.org/svn/metw
cd core
./gccg_package install client fonts linux-i386
make all
./Metw

Image
cd gccg
cd core
gedit Metw

Code: Select all

#!/bin/bash
. tools/launch_client
gccg $* --server gccg.councilofelrond.org --user IhsanShade metw.xml
(e.g. if your nickname is IhsanShade)

Starting gccg
Image
cd gccg
cd core
./Metw