Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jscoq-light
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Hamelin
jscoq-light
Commits
2dbc9f9e
Unverified
Commit
2dbc9f9e
authored
1 year ago
by
Emilio Jesus Gallego Arias
Browse files
Options
Downloads
Patches
Plain Diff
[doc] Some tweaks with Shachar
parent
c23c3029
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
docs/build.md
+11
-2
11 additions, 2 deletions
docs/build.md
with
12 additions
and
3 deletions
README.md
+
1
−
1
View file @
2dbc9f9e
...
...
@@ -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://
js
coq.
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),
...
...
This diff is collapsed.
Click to expand it.
docs/build.md
+
11
−
2
View file @
2dbc9f9e
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment