Where are the graphics?

Discussion of the Generic Collectible Card Game engine created by Tommi "wigy" Ronkainen and mantained nowadays by Kodi
Post Reply
Alter Tuk
Ex Council Member
Posts: 453
Joined: Sun Aug 27, 2006 6:20 pm
Location: Germany

Just for the record: If you follow the instructions on gccg.sourceforge.net you cant download the graphics anymore. At least not with Ubuntu.
[url=http://gccg.sourceforge.net/]Come to GCCG or die a lonely death.[/url]
User avatar
zirilan
Posts: 351
Joined: Tue Oct 07, 2008 5:56 pm
Location: c:\

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
Post Reply

Return to “GCCG”