"Fossies" - the Fresh Open Source Software Archive

Member "xzgv-0.9.2/INSTALL" (3 Sep 2017, 605 Bytes) of package /linux/misc/old/xzgv-0.9.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 INSTALL
    2 -------
    3 
    4 To compile xzgv, you’ll need the following packages:
    5 
    6 Gtk+ 2 development files (libgtk2.0-dev on Debian/Ubuntu; gtk2.0-dev on
    7 Fedora/SuSE)
    8 pkg-config
    9 make
   10 LibEXIF development files (libexif-dev on Debian/Ubuntu; libexif-devel
   11 on Fedora/SuSE)
   12 
   13 Check `config.mk' to see if there's anything there you want to change
   14 (most likely, the installation PREFIX).
   15 
   16 After that, run `make' then `make install'. This compiles xzgv, then
   17 installs it and its documentation (both info files and man page).
   18 
   19 
   20 xzgv is regularly built for GNU/Linux; please report problems on other
   21 platforms.
   22 
   23 
   24 Good luck!