Skip to content

Commit ee7572e

Browse files
authored
Merge pull request #988 from amiaopensource/linux-dependency-support
add linux dependency install script
2 parents a03b3b7 + e71fdc7 commit ee7572e

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Release/linux-dependencies.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#!/bin/bash
2+
3+
sudo apt-get install -y --no-install-recommends \
4+
build-essential \
5+
libgtk2.0-dev \
6+
libgtk-3-dev \
7+
bison \
8+
flex \
9+
texinfo \
10+
git \
11+
mkvtoolnix \
12+
gnuplot \
13+
xmlstarlet \
14+
mpv \
15+
libiec61883-dev \
16+
libraw1394-dev \
17+
libavc1394-dev \
18+
libavc1394-tools

0 commit comments

Comments
 (0)