Skip to content

jtdor/droidcam-deb

 
 

Repository files navigation

Debian packaging for the DroidCam Linux client

Building & Installing

Install build dependencies as root:

root@host:droidcam-deb# apt install dpkg-dev devscripts equivs
root@host:droidcam-deb# mk-build-deps --install --remove

Build the packages as your normal user:

user@host:droidcam-deb$ DEB_BUILD_OPTIONS=noautodbgsym dpkg-buildpackage --build=binary --no-sign

Install the packages as root:

root@host:droidcam-deb# apt install ../droidcam-cli_1.0.0-1_amd64.deb ../droidcam-dkms_1.0.0-1_amd64.deb ../droidcam-gtk_1.0.0-1_amd64.deb

Adjust the versions in the filenames appropriately.

About

Debian packaging for the DroidCam Linux client

Resources

License

Stars

Watchers

Forks

Languages

  • C 94.9%
  • Shell 4.2%
  • Makefile 0.9%