Tag: install

MIT’s Eulerian Video Magnification on Ubuntu 14.04

To install the Eurlerian Video Magnification software on Ubuntu 14.04, you’ll want to do the following: First, download the associated software here: http://people.csail.mit.edu/mrub/evm/bin/EVM_Matlab_bin-1.1-linux64.zip Then move the associated zip to your preferred location and unzip. You will also need the Matlab Runtime environment (not the actual matlab suite), which can be downloaded here: http://people.csail.mit.edu/mrub/evm/bin/MCR_R2012b_glnxa64_installer.zip To install […]

Install Android Studio on Ubuntu 14.04

To install Android Studio on Ubuntu 14.04, complete the following steps: First, download the Android Studio here: http://developer.android.com/sdk/index.html   The Android Studio requires Java’s JDK 6 or above (preferably 7), so you’ll want to do the following at your command line: sudo apt-get install openjdk-7-jre sudo apt-get install openjdk-7-jdk   Or, if you prefer to […]