Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 79b4078c18fd30424a98076e9e173a4b > files > 8

gpass-0.5.1-9.x86_64.rpm

Requirements
==================
GPass requires the following:
Requires
    * Linux
    * GNOME2
    * Mhash  (http://mhash.sourceforge.net/)
    * Mcrypt (http://mcrypt.hellug.gr/)
    * Intltool (>=0.31) (http://ftp.gnome.org/pub/GNOME/sources/intltool/)
    * XML::Parser Perl module (needed for Intltool)

Suggests
    * check (http://check.sourceforge.net/) : for unit test


Download
==================
   You can obtain the latest release of GPass from http://projects.netlab.jp/gpass/en 
   The files are in .tar.gz format and can be extracted using most
   compression tools. On a typical Unix command line, use:

     wget http://projects.netlab.jp/gpass/release/gpass-x.x.x.tar.gz
     tar -zxvf gpass-x.x.x.tar.gz

   This will create a new directory gpass-x.x.x/ containing all
   GPass files and directories. Move the contents of that directory
   into a directory from where you want to start the installation. 


Basic Installation
==================

1. Run configure
  $ ./configure <configure options> ; for example $ ./configure --prefix=$HOME/local

2. Compile
  $ make

3. Install
  $ make install


Developers Installation
=======================

1. Generate some files and run configure
  $ ./bootstrap

2. Run configure
  $ ./configure <configure options> ; for example $ ./configure --prefix=$HOME/local --enable-maintainer-mode CFLAGS="-g -Wall"

3. Compile
  $ make

4. Install
  $ make install


MORE INFORMATION
========================
   For information on packaged versions for your distribution or to enter
   bug reports, please consult the GPass project website at 
   http://projects.netlab.jp/gpass/en/. You can also find support 
   through the GPass mailing list.