- Details
- Written by David Nichols
- Last Updated: 25 February 2013
- Hits: 11708
Current Development Source Code
The development source for the Qore Programming language is in a subversion repository; you can access it via svn or via the web interface: web-svn interface.
To check out the qore project from svn from the command-line, type (note that the source code for modules must be checked out separately):
svn co https://qore.svn.sourceforge.net/svnroot/qore/qore/trunk qore
Note that development code may not be stable; for the most stable version of qore, see one of the downloads below.
Source Code (includes an RPM spec file)
Qore and Qore modules can be compiled on most UNIX or UNIX-like systems (including Linux, Solaris, HP-UX, Darwin, etc). Make sure you have the required libraries and components for building qore.
go to the sourceforge download page for all qore packages here.
Binaries
Download Qore and Qore module binaries at the OpenSUSE Build Service: http://download.opensuse.org/repositories/devel:/languages:/misc/
or alternatively sourceforge project download page for qore here.
For Windows binary packages, see the sourceforce file page: http://sourceforge.net/projects/qore/files/qore/
MacPorts
The following ports are available from MacPorts:
- qore
- qore-mysql-module
- qore-pgsql-module
- qore-oracle-module
- qore-yaml-module
- qore-ssh2-module
- qore-qt4-module
- qore-freetds-module
- qore-asn1-module
- qore-ncurses-module
- qore-uuid-module
- qore-glut-module
- qore-opengl-module
- qore-xmlsec-module
- qore-xml-module
- qore-json-module
To install MacPorts on your Mac, look here.
Once MacPorts has been installed, you'll need to update your port list to get the Qore port with:
prompt% sudo port selfupdate
Then, just type the following command to download, compile, and install qore:
prompt% sudo port install qore
For example, to install a module:
prompt% sudo port install qore-pgsql-module
To install a Universal binary of Qore, type
prompt% sudo port install qore +universal
Macports will install dependent ports automatically (for qore: zlib, pcre, openssl, bzip2, etc), also for a Universal binary, macports manages the dependencies also automatically.
FreeBSD
Qore is also available as a port on FreeBSD. You can find the FreeBSD port here.
At the moment only the qore language is available; there aren't any ports for qore modules yet (as far as I know)..
OpenSuSE Build Service RPMs
The OpenSuse Build Service has qore RPMs for many versions of RedHat Enterprise Linux, Fedora, OpenSuSE, Mandriva, and Suse Linux Enterprise. However because the OpenSuSE Build Service does not include dependencies for non-open-source applications (except for currently the oracle client libraries), the sybase, tibae, tibrv, and tuxedo modules are not available there.
http://download.opensuse.org/repositories/home:/davidnichols/
note that the download link has changed from the devel:lang:misc project in order to provide RPMs for more Linux versions.
Arch Linux
Qore Eclipse IDE Plugin
requires Eclipse 3.2 or greater, Java 1.5 or greater - is out of date; has unfortunately not been maintained with Qore
com.qoretechnologies.qore_1.0.0.jar