Add installation directions for Emms
This commit is contained in:
parent
bb087c0711
commit
50e05a7a22
@ -2385,7 +2385,16 @@ becomes:
|
||||
#+END_SRC
|
||||
|
||||
* EMMS
|
||||
The Emacs Multi-Media System
|
||||
The Emacs Multi-Media System. For libtag to work, libtag must be installed on the system via the system package manager. Then Emms should be installed from source via:
|
||||
|
||||
#+BEGIN_SRC shell :tangle no
|
||||
git clone git://git.sv.gnu.org/emms.git
|
||||
cd emms
|
||||
make emms-print-metadata
|
||||
make
|
||||
make install
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'load-path "/usr/local/share/emacs/site-lisp/emms")
|
||||
(when (require 'emms-setup nil t)
|
||||
|
Loading…
Reference in New Issue
Block a user