Skip to content

Commit

Permalink
update debian instructions, discouraging unmaintaned .deb creation
Browse files Browse the repository at this point in the history
  • Loading branch information
MestreLion committed Jul 5, 2020
1 parent 4daa751 commit abacf29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,9 @@ compile and install from source. For both I assume you are already at the
source directory (which is not the root directory of the cloned repository)

Debian method:
This is OUTDATED, UNMAINTANED and NON-WORKING! Use Traditional Method instead!
$ sudo apt-get install devscripts # if you don't already have debuild
$ debuild binary && sudo dpkg --install ../wavegain_*.deb
$ debuild -- binary && sudo dpkg --install ../wavegain_*.deb

Traditional method:
$ make && sudo make install # by default installs to /usr/local/bin/wavegain
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8
9

0 comments on commit abacf29

Please sign in to comment.