From 3c61d1d6d0aba2ded8ab3946de5270c658467b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Horvat?= Date: Wed, 13 Mar 2024 12:21:10 +0100 Subject: [PATCH] Fix Build instructions in the README One should change to the `out-static` dir before running make commands. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6576772..a4ff36f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ By default, shared libraries are built. To use static linkage, do: ``` cd woff2 mkdir out-static +cd out-static cmake -DBUILD_SHARED_LIBS=OFF .. make make install