We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7aa144 commit aed56efCopy full SHA for aed56ef
1 file changed
README.md
@@ -45,6 +45,10 @@ other architectures.
45
If you need help in using custom ebuilds see overlays guide:
46
http://www.gentoo.org/proj/en/overlays/userguide.xml
47
48
+USE flags:
49
+
50
+ * libnotify - turns libnotify support on/off.
51
52
### Debian/Ubuntu
53
54
Use deb files attached to the TinyMount page. If you need to build latest version,
@@ -61,3 +65,6 @@ TinyMount uses qmake, so the building procedure is quite simple:
61
65
62
66
By default TinyMount is installed to /usr/local/bin. If you need to change a location
63
67
pass PREFIX parameter to qmake call (e.g. `qmake PREFIX=/bin` to install in /usr/bin).
68
69
+If you want to enable libnotify support run qmake with CONFIG+=with_libnotify
70
+parameter.
0 commit comments