]> git.0d.be Git - jack_mixer.git/blobdiff - INSTALL
Set version to 14 in preparation for next release
[jack_mixer.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 3e3f1357569d3165e26be44162d6bdac78929bf7..07b2b27d8f2fae19a972ca93beb4105ff768446b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -9,22 +9,15 @@ If you're building directly from version control, you first need to:
 
 Build requirements:
  * You need gcc (3.4.3 should work)
- * You need Python headers (python-dev package or something like that)
+ * You need Python headers (python3-dev package or something like that)
  * You need JACK headers (jack-dev package or something like that)
 
 Runtime requirements (checked by configure script):
- * You need Python (2.4 should work, maybe 2.3 too - please report)
- * PyGTK with cairo support
- * fpconst (floating point constants) Python module.
-   You can use this URL if you cannot find it in more sane place
-   http://nedko.arnaudov.name/soft/jack_mixer/fpconst-0.7.2.tar.gz
+ * You need Python (at least 3.5)
+ * Pygobject
 
 Runtime optional things, that will enable you to get full functionality:
- * To get LASH (Linux audio session) support, you need LASH compiled
-   with Python bindings. This means at least 0.5.3 release.
- * If you want your settings to be preserved in GConf you need Python
-   bindings for GConf, part of the Python bindings for GNOME. Chances
-   are that package you need to install is called gnome-python
+ * PyXDG to save preferences between invocations.
 
 ===================================================
 These are the generic installation instructions.