Skip to content

Commit

Permalink
Add documentation for Windows support (OCamlPro#1216)
Browse files Browse the repository at this point in the history
* Add documentation for Windows support

This commit adds documentation for installing AE on Windows
with opam 2.2.
  • Loading branch information
Halbaroth authored Aug 22, 2024
1 parent 8fa8b38 commit 0f1337d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/sphinx_docs/Install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ Alt-ergo is available on [opam], the ocaml package manager with the following co
opam install alt-ergo
```

This two command will install the Alt-ergo library `alt-ergo-lib` and the parsers `alt-ergo-parsers`, as well as other librairies detailled in [dependencies](#dependencies).
This command will install the Alt-ergo library `alt-ergo-lib` and the parsers `alt-ergo-parsers`, as well as other librairies detailled in [dependencies](#dependencies).

## From GitHub releases (Linux and macOS)

For convenience, binary releases for Linux and macOS (amd64 and arm64) of
Alt-Ergo are provided on the GitHub release page. These binary releases are
statically linked and very portable. They are distributed under the same
licensing restrictions as the source code.
Since version 2.6.0, Alt-Ergo is compatible with opam 2.2 installations using both Cygwin and MSYS2 on Windows. To setup opam on Windows, please follow the instructions [here](https://ocamlpro.com/blog/2024_07_01_opam_2_2_0_releases/).

### On Debian

Expand All @@ -24,6 +19,13 @@ Alt-ergo is also available in the debian package manager [here]. You can install
sudo apt install alt-ergo
```

## From GitHub releases (Linux and macOS)

For convenience, binary releases for Linux and macOS (amd64 and arm64) of
Alt-Ergo are provided on the GitHub release page. These binary releases are
statically linked and very portable. They are distributed under the same
licensing restrictions as the source code.

## From sources

### Dependencies
Expand Down

0 comments on commit 0f1337d

Please sign in to comment.