You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are **three alternative ways** to compile the library and run its small demo.
77
-
**Either use **Nix, Docker, or install Agda manually.**
77
+
**Either use Nix, Docker, or install Agda manually.**
78
78
We **recommend Nix** because it creates a sandbox environment with all dependencies satisfied while not affecting your system setup (as does Docker), as well as giving you the opportunity to adapt and reuse the library in your own Agda projects (Docker requires to rebuild an image after every change).
79
79
If you just want to run the demo or if you are on **Windows** and don't want to install WSL2, we recommend Docker.
80
80
@@ -530,7 +530,7 @@ In some cases it may also be necessary to disable some kind of out-of-memory kil
530
530
531
531
### Failed to read library file ./libs/../agda-stdlib/standard-library.agda-lib.
532
532
The following error may occur when executing `make` after a manual setup:
533
-
```shell
533
+
```
534
534
Failed to read library file ./libs/../agda-stdlib/standard-library.agda-lib.
535
535
Reason: ./libs/../agda-stdlib/standard-library.agda-lib: openBinaryFile: does not exist (No such file or directory)
0 commit comments