Add a dependency to build deb packages.

Maybe a full blown dependencies section would be better? I suspect there are more, but I don't know about them because they are already installed on my machine.
This commit is contained in:
Yves Dorfsman
2015-04-04 11:08:16 -06:00
parent 05edc204ae
commit 7604c10be2

View File

@@ -79,7 +79,7 @@ Installation Instructions:
* *The MacPorts Way*: `sudo port install vcs_blackbox` * *The MacPorts Way*: `sudo port install vcs_blackbox`
* *The RPM way*: `make packages-rpm` and now you have an RPM you can install. * *The RPM way*: `make packages-rpm` and now you have an RPM you can install.
* *The Debian/Ubuntu way*: `make packages-deb` and now you have a DEB you can install. * *The Debian/Ubuntu way*: Install [fpm](https://github.com/jordansissel/fpm), then `make packages-deb` and now you have a DEB you can install.
* *The hard way*: Copy all the files in "bin" to your "bin". * *The hard way*: Copy all the files in "bin" to your "bin".
* *The Antigen Way*: Add `antigen bundle StackExchange/blackbox` to your .zshrc * *The Antigen Way*: Add `antigen bundle StackExchange/blackbox` to your .zshrc
* *The Zgen Way*: Add `zgen load StackExchange/blackbox` to your .zshrc where you're loading your other plugins. * *The Zgen Way*: Add `zgen load StackExchange/blackbox` to your .zshrc where you're loading your other plugins.