From 52ddd8778afe95ce989864268531aeb8e9545661 Mon Sep 17 00:00:00 2001 From: hashirama Date: Fri, 29 Aug 2025 02:48:53 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98e18fd..8370fa3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ ghc -O2 -Wall -fno-warn-unused-imports \ we do provide a example of how to use this library, as a cli ```shell - ghc -L./lib -lmdict -lminiz -lstdc++ Main.hs -o my_program - ``` + ghc Main.hs MDict.hs -L./lib -lmdict -lmdictbase64 -lminiz -lstdc++ -o my_program +``` the command above assumes that the lib folder contain the *.a files mentioned before, and that you also already compiled the haskell library itself and that this Main.hs file is placed in the same folder as the compiled library. \ No newline at end of file