Skip to content

Commit

Permalink
CONTRIBUTE.md: removed Chocolatey from Windows required tool
Browse files Browse the repository at this point in the history
  • Loading branch information
alixdamman committed Oct 9, 2024
1 parent 61266ad commit 1d3505c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
- Required tools:
- **Windows**:
- Compiler **MSVC 2022**.
- [Chocolatey](https://chocolatey.org/install) (*) -> C/C++ package manager.
- [CMake](https://cmake.org/download) (>= 3.20) (*) -> controls the software compilation process.
- [Ninja](https://ninja-build.org/) -> build system used by CMake.
<br> Can be installed using choco:
> choco install ninja
<br> Can be installed using [winget](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages#windows) on Windows:
> winget install Ninja-build.Ninja
- LaTeX ([Tex Live](https://www.tug.org/texlive)) -> Scripting language used in the IODE user documentation.
- [miniconda](https://docs.conda.io/en/latest/miniconda.html) (*) -> Python package manager.
- [NSIS](https://nsis.sourceforge.io/Download) (*) -> creates Windows installers
Expand Down

0 comments on commit 1d3505c

Please sign in to comment.