summaryrefslogtreecommitdiff
path: root/README.OSX
diff options
context:
space:
mode:
Diffstat (limited to 'README.OSX')
-rw-r--r--README.OSX13
1 files changed, 4 insertions, 9 deletions
diff --git a/README.OSX b/README.OSX
index 01c7977..00d14d4 100644
--- a/README.OSX
+++ b/README.OSX
@@ -39,23 +39,18 @@ Otherwise, you have to compile and install libfaketime manually; this
will require a working installation of Xcode and its command line tools
on your machine.
-This library now supports GNU autotools, so you can build it using:
+You can compile libfaketime by running the command
- sh build.sh init
- ./configure
make
+in libfaketime's top-level directory.
+
The resulting library will be named libfaketime.1.dylib ; to check
whether it works properly, run the test suite and verify whether its
output is correct:
cd test
- make test
-
-NOTE: When committing, be sure to clean up potentially
-system-dependent files by running:
-
- sh build.sh clean
+ make -f Makefile.OSX
2) Using libfaketime from the command line on macOS