File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 6
6
#+startup: showall
7
7
8
8
#+begin_comment
9
- $$ Last modified: 22:59:49 Sat Apr 20 2024 CEST
9
+ $$ Last modified: 20:10:54 Sun Apr 21 2024 CEST
10
10
#+end_comment
11
11
12
12
This document describes the installation process of apparence using [[https://www.quicklisp.org][Quicklisp]].
@@ -26,6 +26,7 @@ cd ~/quicklisp/local-projects/
26
26
# get the code of the respective dependencies
27
27
git clone https://github.com/ormf/cm.git # Common Music
28
28
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
29
30
#+end_src
30
31
31
32
@@ -79,6 +80,23 @@ brew install ffmpeg
79
80
apt get ffmpeg
80
81
#+end_src
81
82
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
+
82
100
** Install apparence
83
101
84
102
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:
182
200
#+begin_src lisp
183
201
(asdf:test-system :apparence)
184
202
#+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
You can’t perform that action at this time.
0 commit comments