File: INSTALL

package info (click to toggle)
guidedog 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 372 kB
  • ctags: 161
  • sloc: cpp: 2,118; sh: 84; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

This software uses qmake for building and installation. 

Quick install instructions
~~~~~~~~~~~~~~~~~~~~~~~~~~
After unpacking the archive, set the current directory to the one containhing this INSTALL file, and run the following commands:

If you want to create a Makefile, issue 'qmake -makefile', otherwise, simply type 'qmake' to build the source code.
The last command "make install", will probably have to be done as the root user or using root user privileges.