JackYeh / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Instructions for Ubuntu Dependencies #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here are the instructions for dependencies in Ubuntu LTS 8.04.

$ apt-get install -y libxml2-dev libcurl4-openssl-dev libfuse-dev

(Other dependent packages will be installed).

Tested against trunk, r193.

Original issue reported on code.google.com by jerry%3r...@gtempaccount.com on 14 Aug 2010 at 4:28

GoogleCodeExporter commented 8 years ago
apt-get install fuse-utils

if mounting through /etc/fstab is desired

see issue #115

Original comment by dmoore4...@gmail.com on 5 Nov 2010 at 5:14

GoogleCodeExporter commented 8 years ago
apt-get install mime-support

needed for the /etc/mime.types file

Original comment by dmoore4...@gmail.com on 5 Nov 2010 at 5:48

GoogleCodeExporter commented 8 years ago
Installation instructions have been updated to reflect these dependencies

Original comment by dmoore4...@gmail.com on 25 Nov 2010 at 5:50