File: INSTALL

package info (click to toggle)
gpart 0.1h-11
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 344 kB
  • ctags: 919
  • sloc: ansic: 3,204; makefile: 77
file content (18 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

   gpart Compilation and Installation


   Up to now a configure script for gpart does not seem necessary,
   it should compile under Linux and FreeBSD using GNU cc and GNU
   make.

   Steps to compile and install:

    - change the installation directory prefix "prefix" in the
      file "inst.defs". The default is "/usr/local".

    - type "make".
    - if no errors were encountered, type "make install".

   It is a good idea to read the man page before starting to
   play around.