Menu

Tree [5c8cde] master /
 History

HTTPS access


File Date Author Commit
 buildtools 2011-05-18 dx-mon dx-mon [206fca] Fixed an error with the new buildtools override
 debian 2013-04-02 dx-mon dx-mon [5c8cde] ChangeLog consistancy
 doc 2013-03-22 dx-mon dx-mon [c8a6a6] Fixed a load of errors in the website and manua...
 formulas 2010-03-28 catenary catenary [e6c095] a bunch more files
 fract4d 2013-02-24 dx-mon dx-mon [f791be] Updated the versioning information so the new b...
 fract4dgui 2011-12-03 edwin young edwin young [5ca4d7] fixed some windows-isms which break Mac OS X
 fractutils 2011-12-03 edwin young edwin young [5ca4d7] fixed some windows-isms which break Mac OS X
 maps 2010-03-28 catenary catenary [c2d0ff] added map files
 pixmaps 2010-03-28 catenary catenary [2de67b] ignore more
 scripts 2010-03-28 catenary catenary [a2a2c0] remove .rpm from mkiso script
 testdata 2010-03-28 catenary catenary [c2d0ff] added map files
 website 2013-03-22 dx-mon dx-mon [c8a6a6] Fixed a load of errors in the website and manua...
 .gitignore 2011-07-30 Tim Whidbey Tim Whidbey [488d93] Add tutorial files which were inexplicably left...
 COPYING 2010-03-27 catenary catenary [fb2bd8] add more files
 MANIFEST.in 2010-03-28 catenary catenary [c2d0ff] added map files
 PKG-INFO 2013-02-24 dx-mon dx-mon [f791be] Updated the versioning information so the new b...
 README 2010-03-28 catenary catenary [c2d0ff] added map files
 Todo 2010-03-28 catenary catenary [e076ac] playing with branches
 benchfct.py 2010-03-27 catenary catenary [fb2bd8] add more files
 benchmark.py 2010-03-27 catenary catenary [fb2bd8] add more files
 createdocs.py 2010-03-27 catenary catenary [fb2bd8] add more files
 gnofract4d 2013-02-24 dx-mon dx-mon [459479] Backed out a change from the previous commit th...
 gnofract4d-mime.xml 2010-03-28 catenary catenary [c2d0ff] added map files
 gnofract4d.desktop 2010-03-28 catenary catenary [c2d0ff] added map files
 mkstatic.py 2010-03-27 catenary catenary [fb2bd8] add more files
 setup.cfg 2010-03-28 catenary catenary [c2d0ff] added map files
 setup.py 2013-02-24 dx-mon dx-mon [f791be] Updated the versioning information so the new b...
 speed.txt 2010-03-28 catenary catenary [c2d0ff] added map files
 test.py 2010-03-27 catenary catenary [fb2bd8] add more files
 test_regress.py 2010-03-27 catenary catenary [fb2bd8] add more files
 unpack.py 2010-03-27 catenary catenary [fb2bd8] add more files
 v.sh 2010-03-28 catenary catenary [c2d0ff] added map files
 x.sh 2010-03-28 catenary catenary [c2d0ff] added map files

Read Me

About this Program
==================

Gnofract 4D is a program for drawing beautiful mathematically-based
images known as fractals. See the manual for more details.

The most recent version may be obtained from
http://gnofract4d.sourceforge.net/


Basic Installation
==================

Run:

 ./setup.py build

You can then run Gnofract4D in the local directory:

./gnofract4d

You can also install it (you'll normally need to be root to do this):

./setup.py install

You can then run it as:

gnofract4d

You can verify that your installation is working correctly by running

./test.py

Requirements
============

Gnofract 4D requires these packages to run:

o Python version 2.2 or higher
o PyGTK version 1.99 or higher
o GTK+ version 2.0 or higher
o A C compiler

If you're not sure if you have these or not, just try running
"./setup.py build" and see if it complains.