File: INSTALL

package info (click to toggle)
qmc 0.94-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, jessie, jessie-kfreebsd, lenny, sarge, squeeze, wheezy
  • size: 184 kB
  • ctags: 33
  • sloc: cpp: 1,187; tcl: 75; makefile: 54; sh: 51
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