Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
malinette
malinette-ide
Commits
fbd858f5
Commit
fbd858f5
authored
Feb 15, 2019
by
Jérôme Abel
Browse files
update INSTALL Linux : ./make typo and add libalsadev
parent
6b1e7a6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
fbd858f5
...
...
@@ -49,19 +49,19 @@ To use the Malinette on your computer, you have to install Pure Data (>0.48) and
## Linux
(Option: sudo apt-get install puredata)
### Build Pure Data
See "INSTALL.txt" for advanced setup.
-
sudo apt-get update
-
sudo apt-get upgrade
-
sudo apt-get install puredata
-
Download the
[
Pure Data
](
http://github.com/pure-data/pure-data
)
sources
-
Or git clone https://github.com/pure-data/pure-data
-
Build Pure Data. See "INSTALL.txt" for advanced setup.
-
sudo apt-get install build-essential automake autoconf libtool gettext
-
./autogen.sh
-
./confugure --enable-jack
-
./make
-
sudo make install
-
sudo apt-get install build-essential automake autoconf libtool gettext libasound2-dev
-
git clone https://github.com/pure-data/pure-data
-
./autogen.sh
-
./confugure --enable-jack
-
make
-
sudo make install
### Get compiled Pure Data
-
Alternative is to install an autobuild .deb package on
[
debian/pool
](
http://cdn-fastly.deb.debian.org/debian/pool/main/p/puredata/
)
: puredata_0.48.2-1_all.deb
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment