New Instructions for Mac Users if you want to try

Discussion of the Generic Collectible Card Game engine created by Tommi "wigy" Ronkainen and mantained nowadays by Kodi
Post Reply
User avatar
rezwits
Council Member
Posts: 563
Joined: Mon Aug 01, 2011 4:07 pm
Location: Las Vegas
Contact:

install xcode from MacApp store (unless you are using < 10.6.7)

takes a while, but it's mandatory, you can't do it without

After you install Xcode for (Snow Leo) Lion or Mountain Lion

you might have to launch Xcode and goto preferences
and to the Downloads Tab

then click on command line tools and install those...

you also need

X11
Mountain Lion
http://xquartz.macosforge.org/landing/

Lion or below you should have installed it with the OS install search the net for how to get it otherwise not to bad

download

http://gccg.sourceforge.net

look at source section

I use pre 2.0 versions except for ttf

watch Lungothin video while installing

https://dl.dropboxusercontent.com/u/775 ... orthin.mp4

extract gccglibs on the desktop

http://ethan.tira-thompson.com/Mac_OS_X_Ports.html

install above easily

you are going to extract them all, this will make folders

launch terminal, in utilities

after it starts type verbatim and do verbatim, --NO QUOTES when you type tho

start with SDL-1.2.15.zip first then the other SDLs

STEP 1

type "cd" and a " "
then drag the first (2nd, 3rd, etc) SDLwhatever folder unzipped in your gccglibs folder
to the terminal window
this should copy the name of the folder after the "cd "
hit return
this changes directories like this line does:
ig88a:~ rezwits$ cd /Users/rezwits/Desktop/gcclibs/SDL_image-1.2.12

STEP 2

type "./configure" hit return

STEP 3

after thats done
type "make" hit return

STEP 4

after thats done
type "sudo make install" hit return
the first time you do this it should ask for a password,
YOUR main root password for installs

STEP 5

(REPEAT STEPS 1 - 5 FOR EACH OF THE SDLwhatever folders)
sometimes you might get an error after one of them, ignore

make a new folder using the finder in /Applications called gccg

go back to the terminal window and copy and paste this line in

svn checkout https://svn.code.sf.net/p/gccg/svn/core core --username ccg /Applications/gccg/

hit return, if it asks for a password its "gcc"
this should take about 30 minutes

in terminal type "cd /Applications/gccg/core/" hit return

type "make all" hit return

after this is done you can run it but you don't have any graphics

to run the program type "./Metw" and hit return

to finish up and get graphics copy this line and paste in terminal

svn checkout https://gccg.servebeer.com/ccg/metw metw -username ccg /Applications/gccg/

hit return
this will take about 6-8 hours so you'll have to leave it over night

if you run into problems not being able to run with "./Metw"

try downloading http://gccg.sourceforge.net/modules/available.xml
in safari save as source in /Applications/gccg/core/build/available.xml

if that doesn't work and you get an architecture error

in terminal type "cd /Applications/gccg/core/" hit return
./gccg_package install
./gccg_package update

THIS IS NEEDED BELOW
Now you can either install the binary version with this command
./gccg_package install client fonts darwin-x64

and this line

./gccg_package install client fonts source

make all

you need the x64 instead of x86 if on 64 bit system

Should work, I am tired tho and made this up quick after a re-install things change etc blah blah

I did install this on my Laptop 10.8.5 and then did these instruction on my 10.7.5 desktop

works!!!

Laters...
As of 4/3/21 4:03:21
my current rulings foundation is based on:
All of the rules and rulings found in these PDFs at:
https://cardnum.net/rules
If you have other collected rulings that are not
listed please feel free to email them or PM me...
User avatar
rezwits
Council Member
Posts: 563
Joined: Mon Aug 01, 2011 4:07 pm
Location: Las Vegas
Contact:

I ran an update to Mavericks (10.9) after this was installed on 10.8.5 and everything continued working.

Which was cool!

Lagers...
As of 4/3/21 4:03:21
my current rulings foundation is based on:
All of the rules and rulings found in these PDFs at:
https://cardnum.net/rules
If you have other collected rulings that are not
listed please feel free to email them or PM me...
Post Reply

Return to “GCCG”