News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Need help in creating .deb file of codeblocks source code

Started by pramay, July 27, 2017, 04:41:19 PM

Previous topic - Next topic

pramay

Hello friends,

I am new to codeblocks, I have modified the source code and created .deb file too by using sudo checkinstall command, but in addition, I want to install some dependencies like libwxgtk3.0 along side installation of .deb file in new system, also, want to give permission to some folders which I have copied while installing codeblocks from .deb file.

Thanks in advance.
Pramay
Pramay,
IIT Bombay, India

Jenna

Take a look at the debian subdirectory in the sources and try to find tutorial about packaging for debian.
If you did not add (or removed) build files, running dpkg-buildpackage should create a set of *.deb-files (if you have alll build dependencies installed).

This forum is not the correct side to learn packaging for debian (or any other distro).