Skip to content

Commit bfa0cde

Browse files
kmr-srbhubaidsk
authored andcommitted
Updated README.md to reflect changes suggested in lcompilers#2537
1 parent 433e4af commit bfa0cde

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

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

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

4141
```bash
42-
sudo apt-get install g++ cmake
43-
```
44-
45-
- Run the following command to install the build dependencies:
46-
47-
```bash
48-
sudo apt-get install binutils-dev build-essential zlib1g-dev bison re2c flex
42+
sudo apt-get install build-essential binutils-dev clang zlib1g-dev
4943
```
5044
- Windows
5145
- Download and install [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) for free.

0 commit comments

Comments
 (0)