File: README

package info (click to toggle)
dkopp 6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,116 kB
  • sloc: cpp: 9,206; makefile: 54
file content (39 lines) | stat: -rw-r--r-- 1,580 bytes parent folder | download | duplicates (4)
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
29
30
31
32
33
34
35
36
37
38
39
Installation of dkopp from source tarball
  
Building dkopp requires the following packages:
   g++                the Gnu C++ compiler and linker 
   libgtk3.0-dev      GTK graphics library (GUI base)

Build and install dkopp as follows:
   1. Download the tar file (dkopp-N.N.tar.gz) to Desktop 
   2. Open a terminal window 
   3. $ cd Desktop                      # go to Desktop 
   4. $ tar -xzf dkopp-N.N.tar.gz       # unpack to ./dkopp 
   5. $ cd dkopp                        # go there 
   6. $ make                            # build program 
   7. $ sudo make install               # install program
  
Missing dependencies will cause error messages in step 6. 
Install these from your repository and repeat step 6. 
 
Step 7 moves all files to the following locations:
   /usr/bin/dkopp             binary executable 
   /usr/share/dkopp/          icons, translations ... 
   /usr/share/doc/dkopp/      user guide, README ... 
For step 7, use "sudo" or "su -c" to get root privileges.

To run dkopp, the programs growisofs and either mkisofs or 
genisoimage are needed. These are normally included in Linux
distributions. If needed, use your package manager to install 
them. The program wodim is also recommended (currently used 
only to reset a hung DVD drive).

Normally dkopp is run as root so that DVDs can be mounted.
Use "sudo dkopp" or "gksu dkopp".

Please review the user guide (Help menu) before trying dkopp.

NOTES FOR PACKAGE BUILDERS:
If $PREFIX is defined, files go there instead of /usr. 
If $DESTDIR is also defined, files go to $DESTDIR$PREFIX.