https://github.com/aib/glito
Source copy of Glito IFS (Fractal) explorer by Emmanuel Debanne
https://github.com/aib/glito
Last synced: about 1 month ago
JSON representation
Source copy of Glito IFS (Fractal) explorer by Emmanuel Debanne
- Host: GitHub
- URL: https://github.com/aib/glito
- Owner: aib
- License: gpl-2.0
- Created: 2016-04-17T12:30:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T13:41:51.000Z (over 10 years ago)
- Last Synced: 2025-02-28T17:58:20.773Z (over 1 year ago)
- Language: C++
- Size: 646 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
This is a Git port of the original sources of the Glito program taken from http://emmanuel.debanne.free.fr/glito/
Copyright © 1996, 2002, 2003 Emmanuel Debanne (emmanuel (a) debanne . net)
To build:
$ autoreconf -i
$ ./configure
$ make
=== Original README follows ===
v1.1
Read doc/manual_en.html for informations on Glito.
Lisez doc/manual_fr.html pour obtenir des informations sur Glito.
Legu doc/manual_eo.html por informighi pri Glito.
*** THANKS TO ***
Pierre-Emmanuel Reb (spiralling zoom, pseudo-logarithmic grey level,
mouse dragging)
*** How to update I18N ***
cd src
xgettext -k_ *.cpp *.hpp
cp messages.po ../po/glito.pot
cd ../po
msgmerge fr.po glito.pot -o fr.po