Download and Installation
Translation in progress.
Download and Installation
Downloads
You can obtain the language interpreter for Microsoft Windows from HERE. To run it you will need some dynamic link libraries (DLL) that you can obtain from HERE. If you are updating an installed version, you won't need this package (you should already have it).Then, see the installation instructions.
The last version of the interpreter source code can be obtained from the official repository via SVN:
svn co http://hormigaproject.com.ar/repositories/hormiga/trunk hormiga
To compile the source code is necessary to have the libraries development version QT
- The compilers of the lexical and syntactical analyser's generator (flex 2.5.35 and bison 2.4.1 respectively, or superior).
- the dynamic link libraries Qwt
. The used version for the development is the 5.2 .
- the internationalization support from gettext
, used for bison. This package is optional and you can remove its dependence by adding the 'disable_lang' option in the CONFIG variable in the hormiga.pro file or as a parameter of the 'qmake'command.
Installation (Windows)
To install the language interpreter (core) you need to have the packages that can be found in the download area. Then, decompress in the same direcrory the content of all of them, for example C:\Hormiga . When you finish, that directory should have a files list like:- locale [DIR]
- QtCore4.dll
- QtGui4.dll
- mingwm10.dll
- qwt5.dll
- libintl3.dll
- libiconv2.dll
- hormiga.exe