File: INSTALL

package info (click to toggle)
qmc 0.94-4.1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: cpp: 1,187; tcl: 223; makefile: 15
file content (19 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
INSTALL EXAMPLE

extract the archive (XX stands for the version string):
# tar xjvf qmc-XX.tar.bz2

compile the source:
# cd qmc-XX
# g++ -Wall -O3 -I. -c *.cc
# g++ -o qmc *.o

copy the executable to your bin directory
# cp qmc /bin/

done! show help in order to start work (-:
#qmc --help

new tcl/tk widget is also located in the source directory
simply type:
#wish qmc-gui.tcl