Difference between revisions of "Libgnome-keyring"

From LFScript
(Created page with "Category:Scripts <scriptname>libgnome-keyring</scriptname> == Sources == * <sourcecode>http://ftp.acc.umu.se/pub/gnome/sources/libgnome-keyring/3.12/libgnome-keyring-3.12...")
 
 
Line 10: Line 10:
 
* <dependency>dbus</dependency>
 
* <dependency>dbus</dependency>
 
* <dependency>glib2</dependency>
 
* <dependency>glib2</dependency>
* <dependency>intltool</dependency>
 
 
* <dependency>libgcrypt</dependency>
 
* <dependency>libgcrypt</dependency>
  

Latest revision as of 21:20, 19 April 2017

LFScript can find this software under the name libgnome-keyring.

Sources


MD5 Checksums:

6696e4f2e9aed4625cdc3af30bd8c238  libgnome-keyring-3.12.0.tar.xz

Dependencies

  • dbus
  • glib2
  • libgcrypt

Installation

./configure --prefix=/usr &&
make

As the root user:

make install