How do I install this on a non debian/ubuntu system
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
- Assignee:
- No assignee Edit question
- Solved by:
- Curtis Hovey
- Solved:
- 2011-08-06
- Last query:
- 2011-08-06
- Last reply:
- 2011-08-05
|
#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://
Or you can build from source <http://
unpack the tarball and from the terminal
cd path/to/
./configure
make
make install
sayth (flebber-crue) said : | #2 |
Thank you for the quick response. I installed alien and did successfully install your gedit plugins. All working thanks.
sayth (flebber-crue) said : | #3 |
Thanks Curtis Hovey, that solved my question.