diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-09-05 03:59:21 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-10-08 14:48:49 -0400 |
commit | bfe0af69fabd2ad6d3ef24b5e914714b352b850c (patch) | |
tree | e828fe21a58ccdd5a460f239e050f349c5d26e86 /plugins/fishlim/INSTALL | |
parent | c81c89dc807ec351de8836d1c81395644eb89f28 (diff) |
fishlim: Remove outdated INSTALL file
Diffstat (limited to 'plugins/fishlim/INSTALL')
-rw-r--r-- | plugins/fishlim/INSTALL | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/fishlim/INSTALL b/plugins/fishlim/INSTALL deleted file mode 100644 index d0d61ff8..00000000 --- a/plugins/fishlim/INSTALL +++ /dev/null @@ -1,16 +0,0 @@ - -Install dependencies (on Debian/Ubuntu): - - sudo apt-get install build-essential libglib2.0-dev libssl-dev - - -Build the plugin with: - - make - - -Install with: - - sudo make install - - |