aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-06-27 11:11:02 -0400
committerGavin Andresen <gavinandresen@gmail.com>2013-06-27 11:11:02 -0400
commit89781d00dd6da09c1bacf7b6c02e249a734f82be (patch)
treee99a7786ba11b391dd8637148bac1ac28debd3af /contrib/debian
parentbf81a3ef789099efdf2d04da4ed887e177de1d8d (diff)
downloadbitcoin-89781d00dd6da09c1bacf7b6c02e249a734f82be.tar.xz
README for contrib/debian
Diffstat (limited to 'contrib/debian')
-rw-r--r--contrib/debian/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/debian/README b/contrib/debian/README
new file mode 100644
index 0000000000..1cb9b75fbd
--- /dev/null
+++ b/contrib/debian/README
@@ -0,0 +1,20 @@
+This directory contains files used to package bitcoind/bitcoin-qt
+for Debian-based Linux systems.
+
+If you compile bitcoind/bitcoin-qt yourself, there are some
+useful files here:
+
+bitcoin: URI support
+--------------------
+
+bitcoin-qt.desktop (Gnome / Open Desktop)
+To install:
+ sudo desktop-file-install bitcoin-qt.desktop
+ sudo update-desktop-database
+
+If you build yourself, you will either need to modify the paths in
+the .desktop file or copy or symlink your bitcoin-qt binary to /usr/bin
+and the ../../share/pixmaps/bitcoin128.png to /usr/share/pixmaps
+
+bitcoin-qt.protocol (KDE)
+