Difference between revisions of "Pluma"

From LFScript
Line 7: Line 7:
 
== Dependencies ==
 
== Dependencies ==
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 
* <dependency value="mate-common"></dependency>[[mate-common]]
 +
* <dependency value="yelp-tools"></dependency>[[Yelp Tools]]
 
* <dependency>gtksourceview</dependency>
 
* <dependency>gtksourceview</dependency>
 +
* <dependency>gtk-doc</dependency>
 +
* <dependency>enchant</dependency>
 +
* <dependency>iso-codes</dependency>
 +
* <dependency>libpeas</dependency>
  
 
== Installation ==
 
== Installation ==

Revision as of 12:47, 5 March 2017

LFScript can find this software under the name pluma.

Sources

Dependencies

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