Skip to content

Commit b21daf9

Browse files
authored
Incorporated suggestions from lcompilers#2537
Moved global package installations to conda environment.
1 parent 7eb6aa7 commit b21daf9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

doc/src/installation.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@ Follow the steps below to install and run LPython on Linux, Windows or macOS.
1212

1313
- ### Set up your system
1414
- Linux
15-
- Make sure you have `g++` and `cmake` installed. If not, install them using the below command:
15+
- Run the following command to install some global build dependencies:
1616

1717
```bash
18-
sudo apt-get install g++ cmake
19-
```
20-
21-
- Run the following command to install the build dependencies:
22-
23-
```bash
24-
sudo apt-get install binutils-dev build-essential zlib1g-dev bison re2c flex
18+
sudo apt-get install build-essential binutils-dev clang zlib1g-dev
2519
```
2620
- Windows
2721
- Download and install [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) for free.

0 commit comments

Comments
 (0)