Hello,
and so I've compiled it. I followed the instructions in the INSTALL file, i.e.:
mkdir build
cd build
cmake ..
make parser
make install
('sudo make install' actually)
It's installed in /usr/local, and that's ok with me. I don't want to mess with /usr
The problem now is KDevelop doesn't find kdev-python. Is there any aditional configuration needed in KDevelop to _also_ load plugins from /usr/local... ?
BIG THANKS!!
After installing the plugin, you may need to run kbuildsycoca4, then restart kdevelop. Also make sure /usr/local is in your $KDEDIRS (if you change it, run kbuildsycoca afterwards).
Ratings & Comments
6 Comments
does a ppa for *ubuntu exists? Thanks!
None I'd know about, sorry. But possibly someone will create one in the near future?
I really hope so. Thanks for your answer!
Hello, and so I've compiled it. I followed the instructions in the INSTALL file, i.e.: mkdir build cd build cmake .. make parser make install ('sudo make install' actually) It's installed in /usr/local, and that's ok with me. I don't want to mess with /usr The problem now is KDevelop doesn't find kdev-python. Is there any aditional configuration needed in KDevelop to _also_ load plugins from /usr/local... ? BIG THANKS!!
After installing the plugin, you may need to run kbuildsycoca4, then restart kdevelop. Also make sure /usr/local is in your $KDEDIRS (if you change it, run kbuildsycoca afterwards).
It's working nice! Thank you!