mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
Install proper support library
This commit is contained in:
parent
155dddb5f3
commit
6b8620c43d
@ -2,7 +2,8 @@ Installing
|
||||
==========
|
||||
|
||||
Requirements: Chez Scheme (with threading support) and bash. On a Mac, you
|
||||
will need to install `coreutils` to have access to `realpath`.
|
||||
will need to install `coreutils` to have access to `realpath` - you can
|
||||
do this with `brew install coreutils`.
|
||||
|
||||
0: Fix hard coded prefix (sorry)
|
||||
--------------------------------
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo $IDRIS2_SUPPORT
|
||||
make support
|
||||
cp support/c/libidris2_support.so bootstrap/idris2-boot_app
|
||||
cp support/c/$IDRIS2_SUPPORT bootstrap/idris2-boot_app
|
||||
|
||||
cd bootstrap
|
||||
|
||||
sed s/libidris2_support.so/$IDRIS2_SUPPORT/g idris2-boot_app/idris2sh.ss > idris2-boot_app/idris2-boot.ss
|
||||
|
Loading…
Reference in New Issue
Block a user