mincequi / cornrow

Bluetooth and Airplay Audio Daemon for SBCs (Raspberry Pi, etc)
GNU General Public License v2.0
83 stars 5 forks source link

Update Debian installation procedures in README.md #15

Closed sphh closed 4 years ago

sphh commented 4 years ago

I took the liberty to update your excellent installation procedure to use sudo apt install ./<package> (note the ./) which should automatically install all dependencies. In the end it should be possible to cleanly uninstall cornrow with sudo apt purge cornrow followed by sudo apt autoremove --purge.

I also tried to compile and build the package myself (because of #14) and found that your procedure was missing the packages debhelper and libtool. This was on a fairly standard Debian Buster installation. There was also a cd cornrow missing after untarring the source package.

Maybe that helps others to install the package …

mincequi commented 4 years ago

Awesome. Thanks!