Skip to content

Commit

Permalink
Suggest to use cabal --install-method=copy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjaguarpaw committed Dec 1, 2020
1 parent 58d2866 commit 2ffc163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-ksc.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ sufficient to do

```
mkdir -p build/bin # Share build dir with ksc-mlir
cabal v2-install --installdir=build/bin --overwrite-policy=always
cabal v2-install --installdir=build/bin --overwrite-policy=always --install-method=copy
```

Those who installed cabal and ghc via the PPA might need to use the
following, more explicit, command line at the last stage

```
/opt/cabal/bin/cabal-3.0 v2-install --with-ghc /opt/ghc/bin/ghc-8.6.5 --installdir=build/bin --overwrite-policy=always
/opt/cabal/bin/cabal-3.0 v2-install --with-ghc /opt/ghc/bin/ghc-8.6.5 --installdir=build/bin --overwrite-policy=always --install-method=copy
```

### Compiler pipeline
Expand Down

0 comments on commit 2ffc163

Please sign in to comment.