Skip to content

Commit

Permalink
Add cmake and make into installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed May 14, 2019
1 parent d18b421 commit e4d01c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Download the latest tarball from

Install prerequisites and LFortran (works on both Linux and Mac):
```bash
conda create -n lfortran python=3.7 pytest llvmlite prompt_toolkit
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
Expand All @@ -46,7 +46,7 @@ py.test --pyargs lfortran

This works both on Linux and a Mac:
```bash
conda create -n lfortran python=3.7 pytest llvmlite prompt_toolkit
conda create -n lfortran python=3.7 pytest llvmlite prompt_toolkit cmake make
conda activate lfortran
pip install antlr4-python3-runtime
```
Expand Down

0 comments on commit e4d01c8

Please sign in to comment.