Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minkiminki authored Oct 22, 2019
1 parent 83f399e commit c75990e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@ CompCertM is relied on [CompCertR](https://github.com/snu-sf/CompCertR) which is
1) Clone https://github.com/snu-sf/CompCertR and follow [installation instructions](https://github.com/snu-sf/CompCertR#installation-instructions).

2) **Go to CompCertR directory** and issue the following commands: <pre>
git clone https://github.com/snu-sf/CompCertM.git linking
cd linking
git clone https://github.com/snu-sf/CompCertM.git
cd CompCertM
make -j[N]</pre>


Or, you can download a Docker image in which `/home/coq/CompCertR/CompCertM` contains build result:
```
docker pull minkiminki/popl20-93:v3.5
docker run -it minkiminki/popl20-93:v3.5
```

## Code Structure

For directories that existed in [CompCert](https://github.com/AbsInt/CompCert) (e.g. backend/), there are files that extends original CompCert's files.
Expand Down

0 comments on commit c75990e

Please sign in to comment.