Page 1 of 1

debian package

Posted: Wed Mar 01, 2017 10:03 am
by tim
hi,

it would be nice if you could provide an debian package to download,

i have created one here with checkinstall for the amd64 arch, you can do it yourself by

building on debian and instead of doing sudo make install do

sudo checkinstall makeinstall

which will guide you through the generation process.

thanks in advance

notes to my package:

i am not quite sure if with the package Requirements so maybe you have to apt install something else, for running you have to export the lib path, you can do that like with this script

Code: Select all

$ cat ~/bin/ldlocal 
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
. export LD_LIBRARY_PATH=/usr/local/lib

Re: debian package

Posted: Wed Mar 01, 2017 10:16 pm
by lupulus
It exists but it's named different.
https://packages.debian.org/search?keywords=wimtools

Re: debian package

Posted: Fri Mar 03, 2017 3:26 am
by synchronicity
Yes, as lupulus pointed out there is already a debian package --- actually several debian packages, since the different components were split out:

* wimtools for wimlib-imagex and other official programs and scripts
* libwim15 for the library
* libwim-dev for the library development files
* libwim-doc for the library API documentation

In most cases you'd want to install 'wimtools', and it will pull in 'libwim15' as a dependency.