Author Topic: Need help in creating .deb file of codeblocks source code  (Read 2454 times)

Offline pramay

  • Single posting newcomer
  • *
  • Posts: 4
Need help in creating .deb file of codeblocks source code
« 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
Pramay,
IIT Bombay, India

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Need help in creating .deb file of codeblocks source code
« Reply #1 on: July 27, 2017, 11:31:27 pm »
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).