mirror of
https://github.com/ilyakooo0/Idris-dev.git
synced 2024-11-15 01:25:05 +03:00
Describe dependencies in README
This commit is contained in:
parent
8709754e5c
commit
207744a4ab
6
README
6
README
@ -7,4 +7,8 @@ To install, type 'make'. This will install everything using cabal and
|
||||
typecheck the libraries.
|
||||
|
||||
To run the tests, type 'make test' which will execute the test suite, and
|
||||
'make relib', which will typecheck and recompile the standard library.
|
||||
'make relib', which will typecheck and recompile the standard library.
|
||||
|
||||
Idris has buildtime dependencies on the C libraries llvm-3.3 and libffi. Be sure these are compiled for the same architecture as your Haskell compiler (e.g. 64 bit libraries for 64 bit ghc).
|
||||
|
||||
Idris has a runtime dependency on libgmp, and on Boehm GC (libgc) when using the LLVM codegen. These are needed for linking into compiled programs, so be sure these are compiled for Idris's default target architecture (usually 64 bit on x86_64 systems).
|
||||
|
Loading…
Reference in New Issue
Block a user