Table of Contents
Installation of Qizx simply consists in unpacking the zipped distribution:
Check that the requirements of the previous chapter are met by your platform. In particular, you need a Java Runtime Environment (JRE) version 1.4.2+. For example:
$ java -version java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
Unzip the qizx.zip package. This will create a qizx- directory where VVVVVV is the version of Qizx.
For example:
$ cd /usr/share $ unzip -l /tmp/qizx-2.0.zip $ ls qizx-2.0 bin config docs legal lib src.zip
You can directly run the qizx or qizxstudio shell scripts from any location by giving the proper path:
$ qizx-2.0/bin/qizxstudio &
You may want to add the directory to your qizx_home/binPATH environment variable.
Check that the requirements of the previous chapter are met by your platform. In particular, you need a Java Runtime Environment (JRE) version 1.4.2+. For example:
C:\Program Files> java -version java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
Unzip the qizx.zip package. This will create a qizx- directory where VVVVVV is the version of Qizx.
For example:
C:\Program Files> unzip -l \temp\qizx-2.0.zip C:\Program Files> dir qizx-2.0 ... <DIR> bin ... <DIR> config ... <DIR> docs ... <DIR> legal ... <DIR> lib ... <DIR> src.zip
You can directly run the qizx.bat or qizxstudio.bat batch files from any location by giving the proper path:
C:\Program Files> qizx-2.0\bin\qizxstudio
You may want to add the directory to your qizx_home\binPATH environment variable.