Code::Blocks Forums
User forums => Help => Topic started by: pramay on July 27, 2017, 04:41:19 pm
-
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
-
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).