summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-28 21:08:09 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-05-28 21:08:09 +0300
commit282d81a40e275bcb4502a7eb5b3f2ae0cfcb08fc (patch)
treeba0de77289ade6cb3fa82af295b6ec12a6fe3c37
parent4889b6ff9b068484b70a7a1cc5036430fa0df753 (diff)
README: "quick build": Use "make axtls" after all.
"make deplibs" also builds libffi, and that requires GNU autotools. As we use host libffi by default, skip requiring users to build it for now.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4e3eb1ce..b875cac80 100644
--- a/README.md
+++ b/README.md
@@ -71,7 +71,7 @@ Alternatively, fallback implementation based on setjmp/longjmp can be used.
To build (see section below for required dependencies):
$ cd unix
- $ make deplibs
+ $ make axtls
$ make
Then to give it a try: