Skip to content

Commit

Permalink
Minor: added Tkinter to install instructions on Linux since needed fo…
Browse files Browse the repository at this point in the history
…r some of the samples.
  • Loading branch information
timhutton authored Jul 18, 2016
1 parent 816b3ac commit 67c0fca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/install_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ For a minimal installation of running a python agent, follow steps 1 and 3. Then

On Ubuntu 15.10:

`sudo apt-get install libboost-all-dev libpython2.7 openjdk-8-jdk lua5.1 libxerces-c3.1 liblua5.1-0-dev ffmpeg`
`sudo apt-get install libboost-all-dev libpython2.7 openjdk-8-jdk lua5.1 libxerces-c3.1 liblua5.1-0-dev ffmpeg python-tk`

`sudo update-ca-certificates -f` (http://stackoverflow.com/a/29313285/126823)

On Ubuntu 14.04 or Debian 8:

`sudo apt-get install libboost-all-dev libpython2.7 openjdk-7-jdk lua5.1 libxerces-c3.1 liblua5.1-0-dev libav-tools`
`sudo apt-get install libboost-all-dev libpython2.7 openjdk-7-jdk lua5.1 libxerces-c3.1 liblua5.1-0-dev libav-tools python-tk`

`sudo update-ca-certificates -f` (http://stackoverflow.com/a/29313285/126823)

On Debian 7:

`sudo apt-get install python2.7 openjdk-7-jdk lua5.1 libxerces-c3.1 liblua5.1-0-dev ffmpeg`
`sudo apt-get install python2.7 openjdk-7-jdk lua5.1 libxerces-c3.1 liblua5.1-0-dev ffmpeg python-tk`

`sudo update-ca-certificates -f` (http://stackoverflow.com/a/29313285/126823)

On Fedora 23:

`su -c 'dnf install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'` (for ffmpeg)

`sudo dnf install boost python java-1.8.0-openjdk xerces-c ffmpeg mono compat-lua lua-socket-compat`
`sudo dnf install boost python java-1.8.0-openjdk xerces-c ffmpeg mono compat-lua lua-socket-compat tkinter`

### 2. Optional: Install Torch: ###

Expand Down

0 comments on commit 67c0fca

Please sign in to comment.