Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: Added zstd-static package to the conda environment configuration files #2540

Merged
merged 6 commits into from
Feb 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Incorporated suggestions from #2537
Moved global package installations to conda environment.
  • Loading branch information
kmr-srbh authored and Shaikh-Ubaid committed Feb 18, 2024
commit 433e4af2faa64d0d89166bde4bfdc65f21dd9e05
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