Skip to content

Commit 87ee988

Browse files
committed
install doc
1 parent 9ff5db5 commit 87ee988

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

install.org

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#+startup: showall
77

88
#+begin_comment
9-
$$ Last modified: 22:59:49 Sat Apr 20 2024 CEST
9+
$$ Last modified: 20:10:54 Sun Apr 21 2024 CEST
1010
#+end_comment
1111

1212
This document describes the installation process of apparence using [[https://www.quicklisp.org][Quicklisp]].
@@ -26,6 +26,7 @@ cd ~/quicklisp/local-projects/
2626
# get the code of the respective dependencies
2727
git clone https://github.com/ormf/cm.git # Common Music
2828
git clone https://github.com/ak-coram/cl-frugal-uuid.git # cl-frugal-uuid
29+
git clone https://github.com/ak-coram/cl-trivial-clock # cl-trivial-clock
2930
#+end_src
3031

3132

@@ -79,6 +80,23 @@ brew install ffmpeg
7980
apt get ffmpeg
8081
#+end_src
8182

83+
**** gnuplot
84+
85+
[[http://www.gnuplot.info][gnuplot]] is used e.g. for visualizing envelopes (cf. ~plot-envelope~).
86+
87+
*MacOS (via homebrew):*
88+
89+
#+begin_src shell
90+
brew install gnuplot
91+
#+end_src
92+
93+
*Linux:*
94+
95+
#+begin_src shell
96+
apt get gnuplot
97+
#+end_src
98+
99+
82100
** Install apparence
83101

84102
In order to install apparence, put the code to your Quicklisp standard
@@ -182,3 +200,9 @@ If you want to run apparence's regression tests, call this function:
182200
#+begin_src lisp
183201
(asdf:test-system :apparence)
184202
#+end_src
203+
204+
*Note:* You might need to install [[https://github.com/lispci/fiveam][fiveam]] before running the regression tests:
205+
206+
#+begin_src lisp
207+
(ql:quickload :fiveam)
208+
#+end_src

0 commit comments

Comments
 (0)