Skip to content

Commit

Permalink
Incorporated suggestions from lcompilers#2537
Browse files Browse the repository at this point in the history
Moved global package installations to conda environment.
  • Loading branch information
kmr-srbh authored and Shaikh-Ubaid committed Feb 18, 2024
1 parent c5731b7 commit 433e4af
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,10 @@ Follow the steps below to install and run LPython on Linux, Windows or macOS.

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

```bash
sudo apt-get install g++ cmake
```

- Run the following command to install the build dependencies:

```bash
sudo apt-get install binutils-dev build-essential zlib1g-dev bison re2c flex
sudo apt-get install build-essential binutils-dev clang zlib1g-dev
```
- Windows
- Download and install [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) for free.
Expand Down

0 comments on commit 433e4af

Please sign in to comment.