summaryrefslogtreecommitdiff
path: root/README.OSX
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfgang.hommel@lrz.de>2013-10-11 16:33:37 +0200
committerWolfgang Hommel <wolfgang.hommel@lrz.de>2013-10-11 16:33:37 +0200
commita0987efa5cf746b1cd63f0fbea456c05c54d6148 (patch)
tree8afd2b9b7f6ce58b68b2f61688908a1d11a19751 /README.OSX
parented9009495b34647f25bd37633452bb2cfb05ec3d (diff)
downloadlibfaketime-a0987efa5cf746b1cd63f0fbea456c05c54d6148.tar.gz
renamed library name from libfaketime.dylib.1 to libfaketime.1.dylib based on Apple design guidelines. Thanks to ryandesign at MacPorts
Diffstat (limited to 'README.OSX')
-rw-r--r--README.OSX6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.OSX b/README.OSX
index 911651b..a2f5d11 100644
--- a/README.OSX
+++ b/README.OSX
@@ -25,7 +25,7 @@ Use the OSX-specific Makefiles that are provided, e.g.:
cd src/
make -f Makefile.MacOS
-The resulting library will be named libfaketime.dylib.1
+The resulting library will be named libfaketime.1.dylib
2) Using libfaketime from the command line on OS X
@@ -35,7 +35,7 @@ You will need to set three environment variables. In a Terminal.app
or iTerm session, the following commands can be used:
export DYLD_FORCE_FLAT_NAMESPACE=1
-export DYLD_INSERT_LIBRARIES=/path/to/libfaketime.dylib.1
+export DYLD_INSERT_LIBRARIES=/path/to/libfaketime.1.dylib
export FAKETIME="your favorite faketime-spec here"
Please refer to the general README file concerning the format
@@ -77,7 +77,7 @@ with the three keys like this:
<key>DYLD_FORCE_FLAT_NAMESPACE</key>
<string>1</string>
<key>DYLD_INSERT_LIBRARIES</key>
- <string>/path/to/libfaketime.dylib.1</string>
+ <string>/path/to/libfaketime.1.dylib</string>
<key>FAKETIME</key>
<string>value of FAKETIME here</string>
</dict>