X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=README.rst;h=b9485f4d1fd08691925a27aecd3f778cd1a3b878;hp=ceaebc1bc4a66f361b36ba702c1cff1060068338;hb=cf9195c8085bade8076e064c043756024fcafa5a;hpb=69e87633bca0e43f3a58dad921a6fb1bdecd307b diff --git a/README.rst b/README.rst index ceaebc1..b9485f4 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ Features - Compatibility with Linux (both GNOME and KDE), MacOSX and Windows -- Splash screen +- Notification on incoming / outgoing transactions (compatible with FreeDesktop and other desktop notification schemes) -- Tabbed interface +- General interface improvements: Splash screen, tabbed interface - Overview page with current balance, unconfirmed balance, and such @@ -32,7 +32,7 @@ Features - Address books and transaction table can be sorted by any column -- Accepts "bitcoin:" URLs from browsers through drag and drop +- Accepts "bitcoin:" URLs from browsers and other sources through drag and drop Build instructions =================== @@ -79,8 +79,11 @@ Windows build instructions: .. [#] PGP signature: http://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_) .. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0 +Build configuration options +============================ + UPNnP port forwarding -===================== +--------------------- To use UPnP for port forwarding behind a NAT router (recommended, as more connections overall allow for a faster and more stable bitcoin experience), pass the following argument to qmake: @@ -103,6 +106,16 @@ Set USE_UPNP to a different value to control this: | USE_UPNP=1 | UPnP support turned on by default at runtime. | +------------+--------------------------------------------------------------+ +Notification support for recent (k)ubuntu versions +--------------------------------------------------- + +To see desktop notifications on (k)ubuntu versions starting from 10.04, enable usage of the +FreeDesktop notification interface through DBUS using the following qmake option: + +:: + + qmake "USE_DBUS=1" + Berkely DB version warning ==========================