Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 16, 2019
1 parent 0127138 commit 7335396
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ Install prerequisites and LFortran (works on both Linux and Mac):
```bash
conda create -n lfortran python=3.7 pytest llvmlite prompt_toolkit cmake make
conda activate lfortran
pip install antlr4-python3-runtime
wget https://lfortran.github.io/tarballs/release/lfortran-0.1.11.tar.gz
tar xzf lfortran-0.1.11.tar.gz
cd lfortran-0.1.11
./build1.sh
pip install antlr4-python3-runtime scikit-build
wget https://lfortran.github.io/tarballs/release/lfortran-0.1.12.tar.gz
tar xzf lfortran-0.1.12.tar.gz
cd lfortran-0.1.12
pip install .
```
Now the `lfortran` environment has the `lfort` compiler available, you can
Expand All @@ -48,7 +47,7 @@ This works both on Linux and a Mac:
```bash
conda create -n lfortran python=3.7 pytest llvmlite prompt_toolkit cmake make
conda activate lfortran
pip install antlr4-python3-runtime
pip install antlr4-python3-runtime scikit-build
```
Install Java and then ANTLR, say, into `~/ext`:
```bash
Expand Down

0 comments on commit 7335396

Please sign in to comment.