- Notifications
You must be signed in to change notification settings - Fork530
macFUSE umbrella repository
License
macfuse/macfuse
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
FUSE for macOS allows you to extend macOS via third party file systems.
The FUSE for macOS software package provides multiple APIs for developing file systems for Mac OS X 10.5 to macOS 10.14 (Intel and PowerPC architecture). It is a backward compatible successor toMacFUSE, which has been the basis of many products, but is no longer being maintained.
You can use the provided APIs to develop numerous types of file systems, whose content can come from a local disk, from across the network, from memory, or any other source. One of these APIs is a superset of theFUSE API, that originated on Linux.
Due to the fact that FUSE file systems are regular applications (as opposed to kernel extensions), you have just as much flexibility and choice in programming tools, debuggers, and libraries as you have if you were developing standard macOS applications.
For more information visit the website of theFUSE for macOS Project.
The build script automatically locates all supported installations of Xcode in the top level of the macOS startup volume and the Applications folder. It builds a distribution package compatible with the currently running version of macOS.
Note:
On Mac OS X 10.6 Xcode versions 4.0, 4.1, and 4.2 are not supported due to a bug in Xcode's linker. Use Xcode 3.2.6 to build FUSE for macOS. See"Fun with weak dynamic linking" for more details.
Xcode 4.3 and newer versions do not include autotools and libtool, that are needed to build
libosxfuse
. Install MacPorts or Homebrew and run the following commands in Terminal to install the required tools:
MacPorts:
sudo port install autoconf automake libtool gettext
Homebrew:
brew install autoconf automake libtool gettext brew link --force gettext
- The "Command Line Tools" package is needed to generate BridgeSupport metadata for
OSXFUSE.framework
because of a bug ingen_bridge_metadata
(hard coded path tocpp
).
The Xcode tools packages can be obtained fromhttps://developer.apple.com/downloads/ (free Apple Developer ID required).
To clone the source repository into a newly created subdirectory namedosxfuse
in the current working directory, run the following command in Terminal:
git clone --recursive -b support/osxfuse-3 git://github.com/osxfuse/osxfuse.git osxfuse
Run the following command in the cloned repository to build FUSE for macOS from source:
./build.sh -t distribution
The resulting distribution package can be found in/tmp/osxfuse/distribution
.
About
macFUSE umbrella repository
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.