Skip to content
Snippets Groups Projects
Commit 3b1fcdab authored by Ralf Jung's avatar Ralf Jung
Browse files

update README

parent 556be055
No related branches found
No related tags found
No related merge requests found
...@@ -28,12 +28,12 @@ After doing `git pull`, the development may fail to compile because of outdated ...@@ -28,12 +28,12 @@ After doing `git pull`, the development may fail to compile because of outdated
dependencies. To fix that, please run `opam update` followed by dependencies. To fix that, please run `opam update` followed by
`make build-dep`. `make build-dep`.
## Building Instructions ## Building
Run `make -jN` to build the full development, where `N` is the number of your Run `make -jN` to build the full development, where `N` is the number of your
CPU cores. CPU cores.
## Structure ## Directory Structure
* The folder [algebra](theories/algebra) contains the COFE and CMRA * The folder [algebra](theories/algebra) contains the COFE and CMRA
constructions as well as the solver for recursive domain equations. constructions as well as the solver for recursive domain equations.
......
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