If you’re running into the following error when attempting to install the RMagick gem: ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. Be sure to install the dependencies, then try again. sudo apt-get install imagemagick sudo apt-get install libmagickwand-dev After which you should be good to go.
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 […]
Install FFMPEG on Ubuntu
If you run into the following error when installing FFmpeg on Ubuntu Package ffmpeg is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package ‘ffmpeg’ has no installation candidate You can do the following to […]