mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 13:11:30 +03:00
Merge pull request #122 from keram/install-impro-v2
Add additional information on requirements in INSTALL.md
This commit is contained in:
commit
8f80e77678
12
INSTALL.md
12
INSTALL.md
@ -1,12 +1,12 @@
|
|||||||
Installing
|
Installing
|
||||||
==========
|
==========
|
||||||
|
|
||||||
The easiest way to install is via the existing generated Scheme code. The
|
The easiest way to install is via the existing generated Scheme code.
|
||||||
requirements are:
|
The requirements are:
|
||||||
|
|
||||||
* A Scheme compiler; either Chez Scheme (default), or Racket
|
* A Scheme compiler; either Chez Scheme (default), or Racket.
|
||||||
* `bash`, with `realpath`. On Linux, you probably already have this. On
|
* `bash`, with `realpath`. On Linux, you probably already have this.
|
||||||
a Mac, you can install this with `brew install coreutils`.
|
On a Mac, you can install this with `brew install coreutils`.
|
||||||
|
|
||||||
On Windows, it has been reported that installing via `MSYS2` works
|
On Windows, it has been reported that installing via `MSYS2` works
|
||||||
(https://www.msys2.org/). On Windows older than Windows 8, you may need to
|
(https://www.msys2.org/). On Windows older than Windows 8, you may need to
|
||||||
@ -16,6 +16,8 @@ On Raspberry Pi, you can bootstrap via Racket.
|
|||||||
|
|
||||||
By default, code generation is via Chez Scheme. You can use Racket instead,
|
By default, code generation is via Chez Scheme. You can use Racket instead,
|
||||||
by setting the environment variable `IDRIS2_CG=racket` before running `make`.
|
by setting the environment variable `IDRIS2_CG=racket` before running `make`.
|
||||||
|
If you install Chez Scheme from source files, building it locally,
|
||||||
|
make sure you run `./configure --threads` to build multithreading support in.
|
||||||
|
|
||||||
1: Set the PREFIX
|
1: Set the PREFIX
|
||||||
-----------------
|
-----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user