How do I install this on a non debian/ubuntu system

Asked by sayth

I am using gedit on mageia and would like to use your plugin. How do I install it?

Question information

Language:
English Edit question
Status:
Solved
For:
Gedit Developer Plugins Edit question
Assignee:
No assignee Edit question
Solved by:
Curtis Hovey
Solved:
Last query:
Last reply:
Revision history for this message
Best Curtis Hovey (sinzui) said :
#1

 I am not aware of an RPM package of gdp. You could try alien to convert a deb to RPM. I believe you are using GNOME 2.32 which is paired with version 0.4.6 and 0.4.7. The former is available as a deb that might be convertible.
<http://ppa.launchpad.net/sinzui/ppa/ubuntu/pool/main/g/gedit-developer-plugins/gedit-developer-plugins_0.4.6-0ppa55~natty1_all.deb>

Or you can build from source <http://launchpad.net/gdp/incubation/0.4.7/+download/gedit-developer-plugins-0.4.7.tar.gz>. You will need to install gnome development libraries, and specifically gedit's and gtksourceview's dev package which will provide the needed headers.

unpack the tarball and from the terminal
cd path/to/unpacked/tarball
./configure
make
make install

Revision history for this message
sayth (flebber-crue) said :
#2

Thank you for the quick response. I installed alien and did successfully install your gedit plugins. All working thanks.

Revision history for this message
sayth (flebber-crue) said :
#3

Thanks Curtis Hovey, that solved my question.