diff options
author | Wolfgang Hommel <wolfgang.hommel@lrz.de> | 2014-02-14 15:59:06 +0100 |
---|---|---|
committer | Wolfgang Hommel <wolfgang.hommel@lrz.de> | 2014-02-14 15:59:06 +0100 |
commit | c3e4760338bb518e181a78396f7970f8511913f7 (patch) | |
tree | 8dfdf077df5866c57f367655ad778aafecbc325e /README | |
parent | 740e2858dcf96f6c0e07f10d2a3a7df948aa7c02 (diff) | |
download | faketime-ng-c3e4760338bb518e181a78396f7970f8511913f7.tar.gz |
Updated documentation for v0.9.6 & Makefile consolidation
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ ======================================================= - libfaketime, version 0.9.5 (October 2013) + libfaketime, version 0.9.6 (March 2014) (previously also know as FakeTime Preload Library) ======================================================= @@ -116,7 +116,7 @@ with, define the environment variable NO_FAKE_STAT, and the intercepted stat calls will be passed through unaltered. On OS X, it is necessary to compile differently, due to the different -behavior dyld has. Use the Makefile.MacOS provided to compile +behavior dyld has. Use the Makefile provided to compile libfaketime.1.dylib. Additionally, instead of using LD_PRELOAD, the variable DYLD_INSERT_LIBRARIES should be set to the path to libfaketime.1.dylib, and the variable DYLD_FORCE_FLAT_NAMESPACE should be |