Difference between revisions of "Pluma"

From LFScript
(Created page with "Category:Scripts <scriptname>pluma</scriptname> == Sources == * <sourcecode>http://pub.mate-desktop.org/releases/1.17/pluma-1.17.3.tar.xz</sourcecode> == Dependencies ==...")
 
Line 6: Line 6:
  
 
== Dependencies ==
 
== Dependencies ==
* <dependency value="mate-common"></dependency>[[mate-common]]
+
* <dependency>gtksourceview</dependency>
  
 
== Installation ==
 
== Installation ==

Revision as of 19:06, 1 March 2017

LFScript can find this software under the name pluma.

Sources

Dependencies

  • gtksourceview

Installation

./autogen.sh --prefix=/usr \
        --sysconfdir=/etc/mate/1.17 \
        --localstatedir=/var \
        --mandir=/usr/share/man \
        --libexecdir=/usr/lib/pluma \
        --disable-static &&
make

As the root user:

make install