mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-09 05:58:27 +00:00
Simplify installation for Ubuntu 16.04
Also reorganize installation vs. compilation.
This commit is contained in:
parent
1a23b880d5
commit
ad9a374229
25
README.md
25
README.md
@ -22,6 +22,24 @@ Features
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Some platforms provide pre-built binaries:
|
||||||
|
|
||||||
|
* On Ubuntu 16.04 or newer:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install s3fs
|
||||||
|
```
|
||||||
|
|
||||||
|
* On Mac OS X, install via [Homebrew](http://brew.sh/):
|
||||||
|
|
||||||
|
```ShellSession
|
||||||
|
$ brew cask install osxfuse
|
||||||
|
$ brew install s3fs
|
||||||
|
```
|
||||||
|
|
||||||
|
Compilation
|
||||||
|
-----------
|
||||||
|
|
||||||
* On Linux, ensure you have all the dependencies:
|
* On Linux, ensure you have all the dependencies:
|
||||||
|
|
||||||
On Ubuntu 14.04:
|
On Ubuntu 14.04:
|
||||||
@ -47,13 +65,6 @@ make
|
|||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
* On Mac OS X, install via [Homebrew](http://brew.sh/):
|
|
||||||
|
|
||||||
```ShellSession
|
|
||||||
$ brew cask install osxfuse
|
|
||||||
$ brew install s3fs
|
|
||||||
```
|
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user