Skip to content

Commit

Permalink
Merge pull request #126 from ahelwer/arch-install
Browse files Browse the repository at this point in the history
Added Arch Linux instructions to INSTALL.md
  • Loading branch information
kape1395 authored Apr 20, 2024
2 parents d53d147 + 7d9b17d commit 58c348a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Copyright (C) 2008-2010 INRIA and Microsoft Corporation

Typically installed using `opam` (<https://opam.ocaml.org/>).

- The Dune build system.

- Zenon.

Built during the TLAPM build procedure.
Expand All @@ -25,15 +27,18 @@ Copyright (C) 2008-2010 INRIA and Microsoft Corporation

## 1. Installation

### 1.1. Debian / Ubuntu
### 1.1. Linux

#### 1.1.1. Setup the environment

Setup required OS packages:

Setup required OS packages; Debian/Ubuntu:
```{bash}
sudo apt install opam zlib1g-dev gawk time
```
Arch Linux:
```{bash}
sudo pacman -S ocaml opam dune zlib time
```

Initialize the OPAM. Add `--disable-sandboxing` option if running this on the docker or sandboxing is not supported for other reasons.

Expand Down

0 comments on commit 58c348a

Please sign in to comment.