Installing plugin in linux?

CodeLite installation/troubleshooting forum
Androiders
CodeLite Curious
Posts: 3
Joined: Sun Nov 24, 2019 1:19 am
Genuine User: Yes
IDE Question: c++
Contact:

Installing plugin in linux?

Post by Androiders »

I built a plugin for codelite that i want to use but where and how do i install it?
CodeLite is installed using an official release from PPA and is version 13.0

I tried to put the splugins .so file in /usr/lib/codelite since it seemed that was the location of the other plugins.
However, CodeLite did not load my plugin. Do i need to do something else?

Br
--Anders
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Installing plugin in linux?

Post by eranif »

Check the log file under ~/.codelite/codelite.log

It will say it wasn't loaded. Usually, a version mismatch (i.e. your CodeLite is built with a specific plugin API version while you built your plugin with a different version)
Make sure you have read the HOW TO POST thread
Post Reply