The Qu Programming Language
Home · Documentation · Community · Join · Login · About
Download
Others
Links

Download Qu

The latest version is 1.22.00 released on Mon, 24 Nov 2008 17:07:03 GMT

qu-latest.tar.gz (1.27 MB)
md5sum = 1ac3babf4cf45c06e6b80870690a359a

If you need to keep an older version then you will have to rename the old directory, e.g. /opt/qu to /opt/qu120 and change the executable name, e.g. /usr/bin/qu to /usr/bin/qu120.

Installation

You should install Qu as root.
Download the source, say in /tmp then:

$ su
$ cd /tmp
$ tar -zxf qu-latest.tar.gz
$ cd qu
$ ./configure
$ make
$ make install

Note that make install will run the Qu installer program. It will build and install all Qu documentations.

By default, Qu will be installed in /opt/qu. There should be no reason why you want to install it somewhere else.

Requirements

  • gcc 2.96 or later + pthread (POSIX threads)
  • make
  • tar (or something similar)

Supported Platforms

Currently Qu works on 32-bits Linux. Porting plans is on the way but it may take a while.

The latest version has been compiled using gcc 3.4.5 on Linux Fedora Core-9, Linux Centos-4, Linux Ubuntu 7.1 and probably others.

Removal

$ su
$ cd /opt
$ rm -Rf qu
$ rm -f /usr/bin/qu
$ rm -f /usr/lib/qulib.1.22.so

Copyright © www.qu-lang.org
Powered by Qu/Kadet/Kata
Terms of Use