forked from hashirama/mdict-hs
Update README.md
This commit is contained in:
parent
7662e70abb
commit
52ddd8778a
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue