mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Update README.md
This commit is contained in:
parent
9b3678f8bd
commit
c83b153a1d
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@ Windows users should get Windows Subsystem for Linux a.k.a WSL (recommended) or
|
||||||
* System-wide prerequisites:
|
* System-wide prerequisites:
|
||||||
|
|
||||||
- `sudo apt install gcc-multilib` (in Debian-based GNU/Linux)
|
- `sudo apt install gcc-multilib` (in Debian-based GNU/Linux)
|
||||||
|
|
||||||
|
On some versions you need to install additional package `lib32gcc-9-dev` in case of errors like
|
||||||
|
```
|
||||||
|
/usr/bin/ld: cannot find -lgcc
|
||||||
|
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/9/libgcc.a when searching for -lgcc
|
||||||
|
```
|
||||||
- [opam](http://opam.ocaml.org) (>= 2.0.4)
|
- [opam](http://opam.ocaml.org) (>= 2.0.4)
|
||||||
- [OCaml](http://ocaml.org) (>= 4.10.1). *Optional* because it can be easily installed through opam. Compiler variant with `flambda` switch is recommended
|
- [OCaml](http://ocaml.org) (>= 4.10.1). *Optional* because it can be easily installed through opam. Compiler variant with `flambda` switch is recommended
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue