mahinthjoe / macfuse

Automatically exported from code.google.com/p/macfuse
0 stars 0 forks source link

documentation change for those building from source #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. See section from HOWTO on "Copy the fusefs.fs bundle to its destination"
2. A step is missing in the documentation

What is the expected output? What do you see instead?

The current command:

$ sudo cp -pR fusefs.fs /System/Library/Filesystems/

works, but installs a fusefs.fs wrapper that has not been properly stamped with 
the replacement 
for MACFUSE_VERSION_LITERAL.

The command should read:

$ xcodebuild -target fusefs.fs -configuration Release
$ sudo cp -pR build/Release/fusefs.fs /System/Library/Filesystems/

What version of the product are you using? On what operating system?

../fusefs/common/fuse_version.h:#define MACFUSE_VERSION_LITERAL  0.1.9

Please provide any additional information below.

Original issue reported on code.google.com by jeff.sic...@gmail.com on 30 Jan 2007 at 7:00

GoogleCodeExporter commented 8 years ago
Thanks for pointing that out. Fixed.

Original comment by si...@gmail.com on 30 Jan 2007 at 8:57