summaryrefslogtreecommitdiff
path: root/README.OSX
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfcw@users.noreply.github.com>2019-11-30 09:36:46 +0100
committerGitHub <noreply@github.com>2019-11-30 09:36:46 +0100
commit3123ad7fe2838797e2b4081dc9d5786b8a8c4ed3 (patch)
treed8d4f1cb4e3a002dcdb1055f6509b9482e3e8248 /README.OSX
parentaf2d2e5111e0e23fc80b2a838b692c597fb8d6a7 (diff)
downloadlibfaketime-3123ad7fe2838797e2b4081dc9d5786b8a8c4ed3.tar.gz
Revert "Automake branch"revert-178-automake-branch
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