mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Replace all mentions to MacOS X to macOS
This commit is contained in:
parent
8929a27a24
commit
830a971bde
2
.github/ISSUE_TEMPLATE.md
vendored
2
.github/ISSUE_TEMPLATE.md
vendored
@ -1,6 +1,6 @@
|
|||||||
### Additional Information
|
### Additional Information
|
||||||
_The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all._
|
_The following information is very important in order to help us to help you. Omission of the following details may delay your support request or receive no attention at all._
|
||||||
_Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on MacOS or BSD_
|
_Keep in mind that the commands we provide to retrieve information are oriented to GNU/Linux Distributions, so you could need to use others if you use s3fs on macOS or BSD_
|
||||||
|
|
||||||
#### Version of s3fs being used (s3fs --version)
|
#### Version of s3fs being used (s3fs --version)
|
||||||
_example: 1.00_
|
_example: 1.00_
|
||||||
|
2
INSTALL
2
INSTALL
@ -124,7 +124,7 @@ architecture at a time in the source code directory. After you have
|
|||||||
installed the package for one architecture, use `make distclean' before
|
installed the package for one architecture, use `make distclean' before
|
||||||
reconfiguring for another architecture.
|
reconfiguring for another architecture.
|
||||||
|
|
||||||
On MacOS X 10.5 and later systems, you can create libraries and
|
On macOS 10.5 and later systems, you can create libraries and
|
||||||
executables that work on multiple system types--known as "fat" or
|
executables that work on multiple system types--known as "fat" or
|
||||||
"universal" binaries--by specifying multiple `-arch' options to the
|
"universal" binaries--by specifying multiple `-arch' options to the
|
||||||
compiler but only a single `-arch' option to the preprocessor. Like
|
compiler but only a single `-arch' option to the preprocessor. Like
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
s3fs
|
s3fs
|
||||||
====
|
====
|
||||||
|
|
||||||
s3fs allows Linux and Mac OS X to mount an S3 bucket via FUSE.
|
s3fs allows Linux and macOS to mount an S3 bucket via FUSE.
|
||||||
s3fs preserves the native object format for files, allowing use of other tools like [s3cmd](http://s3tools.org/s3cmd).
|
s3fs preserves the native object format for files, allowing use of other tools like [s3cmd](http://s3tools.org/s3cmd).
|
||||||
[![Build Status](https://travis-ci.org/s3fs-fuse/s3fs-fuse.svg?branch=master)](https://travis-ci.org/s3fs-fuse/s3fs-fuse)
|
[![Build Status](https://travis-ci.org/s3fs-fuse/s3fs-fuse.svg?branch=master)](https://travis-ci.org/s3fs-fuse/s3fs-fuse)
|
||||||
|
|
||||||
@ -47,7 +47,7 @@ Some systems provide pre-built packages:
|
|||||||
sudo yum install s3fs-fuse
|
sudo yum install s3fs-fuse
|
||||||
```
|
```
|
||||||
|
|
||||||
* On Mac OS X, install via [Homebrew](http://brew.sh/):
|
* On macOS, install via [Homebrew](http://brew.sh/):
|
||||||
|
|
||||||
```ShellSession
|
```ShellSession
|
||||||
$ brew cask install osxfuse
|
$ brew cask install osxfuse
|
||||||
|
@ -36,7 +36,7 @@ AC_CHECK_HEADERS([sys/extattr.h])
|
|||||||
CXXFLAGS="$CXXFLAGS -Wall -D_FILE_OFFSET_BITS=64"
|
CXXFLAGS="$CXXFLAGS -Wall -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
||||||
dnl ----------------------------------------------
|
dnl ----------------------------------------------
|
||||||
dnl For OSX
|
dnl For macOS
|
||||||
dnl ----------------------------------------------
|
dnl ----------------------------------------------
|
||||||
case "$target" in
|
case "$target" in
|
||||||
*-cygwin* )
|
*-cygwin* )
|
||||||
@ -237,7 +237,7 @@ dnl ----------------------------------------------
|
|||||||
dnl malloc_trim function
|
dnl malloc_trim function
|
||||||
AC_CHECK_FUNCS([malloc_trim])
|
AC_CHECK_FUNCS([malloc_trim])
|
||||||
|
|
||||||
dnl clock_gettime function(osx)
|
dnl clock_gettime function(macos)
|
||||||
AC_SEARCH_LIBS([clock_gettime],[rt posix4])
|
AC_SEARCH_LIBS([clock_gettime],[rt posix4])
|
||||||
AC_CHECK_FUNCS([clock_gettime])
|
AC_CHECK_FUNCS([clock_gettime])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user