comparison INSTALL.txt @ 1700:67f1a896bd87

Update install instructions, add Dockerfile for v3.1 (when released)
author Chris Cannam
date Wed, 24 May 2017 10:11:27 +0100
parents 0f389bfb0905
children 28302e07f851
comparison
equal deleted inserted replaced
1699:ed456dd05d40 1700:67f1a896bd87
49 playback. Usually JACK is preferred on Linux, with PulseAudio as a 49 playback. Usually JACK is preferred on Linux, with PulseAudio as a
50 backup, and PortAudio is used elsewhere. 50 backup, and PortAudio is used elsewhere.
51 51
52 On Linux, you will need the ALSA libraries (used for MIDI). 52 On Linux, you will need the ALSA libraries (used for MIDI).
53 53
54 Cap'n Proto is a tricky dependency at the time of writing, as the 54 For Cap'n Proto, currently you will need the v0.6 release which (if
55 version needed is more recent than the last official release (which is 55 not available as a package) can be obtained from the releases page on
56 0.5.3 as I write -- hopefully this instruction will rapidly become 56 Github. To build it, you might do something like
57 obsolete). You can install a git checkout of Cap'n Proto like this:
58 57
59 $ git clone https://github.com/sandstorm-io/capnproto 58 $ curl -L -o capnproto-v0.6.0.tar.gz https://github.com/sandstorm-io/capnproto/archive/v0.6.0.tar.gz
60 $ cd capnproto/c++ 59 $ tar xf capnproto-v0.6.0.tar.gz
61 $ ./setup-autotools.sh && autoreconf -i 60 $ cd capnproto-0.6.0/c++
61 $ autoreconf -i
62 $ ./configure --enable-static --disable-shared 62 $ ./configure --enable-static --disable-shared
63 $ make && make install 63 $ make && make install
64 64
65 For the rest, if you happen to be using a Debian-based Linux, you 65 For the rest, if you happen to be using a Debian-based Linux, you
66 probably want to apt install something like the following packages: 66 probably want to apt install something like the following packages: