Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
Ubuntu plugin installation
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Ubuntu plugin installation (Read 3572 times)
incin
Guest
Ubuntu plugin installation
«
on:
May 06, 2008, 02:34:57 am »
I found the contrib plugin workspace, and I can build them. But I dont get any .cbplugin files. I get a .zip and a .so. How do I create the .cbplugin file?
Logged
incin
Guest
Re: Ubuntu plugin installation
«
Reply #1 on:
May 06, 2008, 02:51:12 am »
Ok, I got it working.
1. remove 'lib' from the beginning of the .so name
2. create a zip file containing the original .zip file created by the build, and the newly named .so file
3. name the zip file the appropriate 'project'.cbplugin name
4. load it like usual
Is there something wrong with the build that it's not doing this for you?
Logged
dje
Lives here!
Posts: 682
Re: Ubuntu plugin installation
«
Reply #2 on:
May 06, 2008, 09:07:20 am »
Hi !
The plugin files (binaries, resources, manifest) are copied in the post build step in the devel sub directories so no need for cbplugin, which are only useful for installation, not use.
Dje
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
Ubuntu plugin installation