File: INSTALL

package info (click to toggle)
qliss3d 1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 528 kB
  • sloc: cpp: 1,313; sh: 153; makefile: 128; ansic: 10
file content (11 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
qliss3d displays 3d-Lissajous-figures with a Qt interface, making turning the figures and playing their sound possible.
To install qliss3d-1.0 on a Linux system just do the normal ./configure - make - make install procedure. Look at the output of ./configure --help to see the options.
You will need qt3 (set your QTDIR environment variable correctly ore use the --with-Qt-dir=/path/to/qt option with configure) for qliss3d, and a working /dev/dsp for sound support (try "cat [any file] > /dev/dsp" to see wheather it works or not).
If some problems with playing the sounds occur, please
1) check the writing rights on /dev/dsp -> /dev/sound/dsp
2) recompile after editing /include/version.h and changing debug level to 2
3) if the problems continue, please mail me
Feel free to mail me <daniel_gruen@web.de> any enjoy qliss3d.
It would also be nice to see qliss3d speak your language, you can easily translate it with Qt Linguist. Please mail me if you'd like to do so.
Check qliss3d.sf.net for news about qliss3d.