Skip to content

Commit 282d81a

Browse files
committed
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.
1 parent 4889b6f commit 282d81a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Alternatively, fallback implementation based on setjmp/longjmp can be used.
7171
To build (see section below for required dependencies):
7272

7373
$ cd unix
74-
$ make deplibs
74+
$ make axtls
7575
$ make
7676

7777
Then to give it a try:

0 commit comments

Comments
 (0)