Skip to content
Snippets Groups Projects
Unverified Commit 2dbc9f9e authored by Emilio Jesus Gallego Arias's avatar Emilio Jesus Gallego Arias
Browse files

[doc] Some tweaks with Shachar

parent c23c3029
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ shortcuts:
| Alt-Enter or Alt-→ | Go to cursor |
You can open a blank editor and experiment with your own Coq developments using the
[scratchpad](https://jscoq.github.io/node_modules/jscoq/examples/scratchpad.html).
[scratchpad](https://coq.vercel.app/scratchpad.html).
The same keyboard shortcuts apply here.
The scratchpad's contents are saved in your browser's local storage (IndexedDB, specifically),
......
......@@ -6,10 +6,19 @@ on a Unix-like system. The required packages can be obtained using
## Prerequisites
* OPAM 2 (you can get the installer from https://opam.ocaml.org/doc/Install.html)
We recommend looking at our [Dockerfile](../etc/Docker/Dockerfile)
which contains detailed package lists for Debian (and please feel free
to contribute a OSX CI job).
To build jsCoq you will need a modern Unix system (Linux or macOS), and:
* OPAM 2.1 (you can get the installer from https://opam.ocaml.org/doc/Install.html)
- `bubblewrap` is a dependency of OPAM, you can either install it (`apt install bubblewrap`),
or skip it by running `opam init --disable-sandboxing`
* m4 (`apt install m4`)
* Coq dependencies system dependencies, currently `libgmp`
+ `apt install libgmp-dev`
+ or `apt install libgmp-dev:i386` if you are using the 32 bit
OCaml version (see below)
* Node.js 16.x or above + NPM
- Default versions from `apt` are typically too old; follow the
[Node.js installation instructions](https://nodejs.org/en/download/package-manager/) to get a newer version.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment