File: README

package info (click to toggle)
hexalate 1.0.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 236 kB
  • ctags: 57
  • sloc: cpp: 523; makefile: 8; sh: 5
file content (28 lines) | stat: -rw-r--r-- 795 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Installation
============

Open a terminal and browse into the extracted folder.

Linux:
    1.) Type 'qmake' to configure the program. If you would like to install the
        program somewhere other than /usr/local, pass a new value for PREFIX
        during configuration: 'qmake PREFIX=/opt'.

    2.) Type 'make' to compile the program.

    3.) Type 'sudo make install' to install the program.

Mac OS X:
    1.) Type 'qmake -spec macx-g++' to configure the program.

    2.) Type 'make' to compile the program.

    3.) Type './mac_deploy.sh' to create a disk image of the program.

Windows:
    1.) Type 'qmake' to configure the program.

    2.) Type 'make' to compile the program.

    3.) Type 'windows_deploy' to copy the program and its required libraries
        into a subfolder.