Gccg should easily compile on any platform with SDL, so make sure that you have libraries, including headers:
Create a gccg directory;
Download the
Core Module
to the gccg directory and unpack it;
You can now use the package manager script, named gccg_package, to install the modules you need: client, fonts and source
./gccg_package install client fonts source
Compile
If everything went right you can finally use gccg_package to install the game modules
View the list available modules
Install game modules you wish to play
./gccg_package install <game>
where <game> may be lotr, metw, mtg or pokemon
Each game module has a startup script with the same name as the module, with capitalized first letter. You can launch the game using it.
i.e. for metw module
Also card images can be installed using the gccg_package.
i.e. to install metw card images run
./gccg_package install metw-cards*
To update all installed packages, do: