Build and install the Debian package
hipersayanX edited this page Feb 20, 2017
·
12 revisions
Pages 13
- Home
- Build and install in Mac
- Build and install in Windows
- Build and install the Arch package
- Build and install the Debian package
- Build and install the RPM package
- Coding style and conventions
- Community Rules
- Cross compile from GNU Linux to Windows
- Deploy and create self contained binary packages
- Raw build and install
- Reset configs and starting fresh
- Virtual camera support
Clone this wiki locally
Works also for Ubuntu, Linux Mint and derivatives.
-
Download the latest source of Webcamoid from here:
wget -c -O webcamoid-8.0.0.tar.gz http://github.com/webcamoid/webcamoid/archive/8.0.0.tar.gz -
Extract the sources:
tar -zxvf webcamoid-8.0.0.tar.gz -
Create the .oring file:
tar -zcvf webcamoid_8.0.0.orig.tar.gz webcamoid-8.0.0/ -
Change the directory to the source directory:
cd webcamoid-8.0.0 -
Move the Debian package folder to the source directory:
mv -vf ports/debian . -
Install the package build-essential:
sudo apt-get install build-essential -
Build the package (if it asks for build dependencies, install it and build again):
dpkg-buildpackage -us -uc -
Change to the parent directory:
cd .. -
And install the package:
sudo apt-get install webcamoid_8.0.0-1_amd64.deb