Skip to content

Instantly share code, notes, and snippets.

@oeon
Forked from matthewhudson/Ubuntu s3fs install
Created November 1, 2012 20:53
Show Gist options
  • Save oeon/3996477 to your computer and use it in GitHub Desktop.
Save oeon/3996477 to your computer and use it in GitHub Desktop.
Ubuntu s3fs install & dependencies.
# Install prerequisites before compiling:
apt-get install build-essential
apt-get install libfuse-dev
apt-get install fuse-utils
apt-get install libcurl4-openssl-dev
apt-get install libxml2-dev
apt-get install mime-support
# Download and Install
wget http://s3fs.googlecode.com/files/s3fs-1.61.tar.gz
tar xvzf s3fs-1.61.tar.gz
cd s3fs-1.61/
./configure --prefix=/usr
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment