Hi,

Here is how to install Athens (I also added this comment to the 
ConfigurationOfAthens):


1. Install Cairo on your machine
For example, for Mac, you open the terminal and run:
sudo port install -f cairo +universal

More information can be found here:
http://cairographics.org/download/


2. Download the NativeBoost enabled Cog VM from:
https://ci.lille.inria.fr/pharo/view/NativeBoost/


3. Get a Pharo image and run:
Gofer new 
        squeaksource: 'Athens';
        package: 'ConfigurationOfAthens';
        load.
(Smalltalk at: #ConfigurationOfAthens) loadDevelopment


4. Play with it. For example:
VGTigerDemo runDemo


Thanks Igor!

Cheers,
Doru

--
www.tudorgirba.com

"Live like you mean it."


Reply via email to