Amaya Source Release
Last release date: 18 January 2012
Getting the source distribution
Release 11.4.4 (18 January 2012)
http download |
ftp download |
md5 check |
---|---|---|
Complete Amaya source code distribution (include extra libs) | ||
amaya-sources-11.4.4.tgz | amaya-sources-11.4.4.tgz | e8072c7b1d06b983951c56e9f51fbacf |
Complete Amaya source code distribution (same without Amaya-release root directory) | ||
amaya-fullsrc-11.4.4.tgz | amaya-fullsrc-11.4.4.tgz | 0b4b728e31c09fd15deec9f6717844a8 |
Extra LibWWW + Mesa + Redland + wxWidgets + freetype libraries (to use with CVS) | ||
amaya-lib-src-11.4.4.tgz | amaya-lib-src-11.4.4.tgz | 99cc75ba24dca44937ca8d2512b2997f |
Checkout from CVS or Github
Checking out the code directly from our CVS base or from the Github repository allows you to follow the development of Amaya closely and to contribute much easier. Also, you will get a lot of bug fixes that are not in the distribution tar ball. In fact, if you intend to provide patches then you should fork the Github repository! Access to the CVS base Github repository is only available in read-only mode.
Installing and compiling Amaya sources
Please see the information about the Amaya sources. Make sure you're using one of the supported platforms. If you want to compile Amaya on:
- Unix platforms, read the Unix compiling section.
- There is also an example of Gentoo ebuild file
- PC/Windows platforms, read the Windows compiling section.
Installing dictionaries
Amaya includes a spell-checker. By default French and English dictionaries are included in the distribution. These dictionaries are not complete, so the spell-checker could report spelling errors just because the dictionary doesn't include these words.
If you need another dictionary, you must download and
install it (in Amaya/dicopar/*.dic
).
This is the list of dictionary tar files currently available:
- Dutch dictionary Dutch.tgz (1228,989 bytes) gzipped tar
file (last update: 14 December 1999).
download (http), (ftp Europe or US), (ftp mirror in Australia)
- English dictionary English.tgz (660,990 bytes) gzipped
tar file (last update: 29 October 2001).
download (http), (ftp Europe or US), (ftp mirror in Australia).
- French dictionary French.tgz (801,407 bytes) gzipped tar
file (last update: 24 February 2004).
download (http), (ftp Europe or US), (ftp mirror in Australia)
- German dictionary German.tgz (1132,270 bytes) gzipped
tar file (last update: 14 December 1999).
download (http), (ftp Europe or US), (ftp mirror in Australia)
- Italian dictionary Italian.tgz (323,845 bytes) gzipped
tar file (last update: 14 December 1999).
download (http), (ftp Europe or US), (ftp mirror in Australia)
- Spanish dictionary Spanish.tgz (525,267 bytes) gzipped
tar file (last update: 14 December 1999).
download (http), (ftp Europe or US), (ftp mirror in Australia)
- Swedish dictionary Swedish.tgz (96,316 bytes) gzipped
tar file (last update: 14 December 1999).
download (http), (ftp Europe or US), (ftp mirror in Australia)
To install a dictionary you have just to unzip and untar it into the current
directory Amaya/dicopar
with the command "tar xzf
gzipped-tar-file
".