|
@@ -58,6 +58,11 @@ Even further, you can skip symbol resolution in the linking phase if you know th
|
|
|
To do all of this, use the `scripts/make_parallel.py` script.
|
|
|
It is identical to the `scripts/make_all.py` script, but uses multiple cores and uses native code.
|
|
|
|
|
|
+Additional documentation
|
|
|
+========================
|
|
|
+
|
|
|
+Some additional documentation can be found online in the [Modelverse techreport](http://msdl.cs.mcgill.ca/people/yentl/files/Modelverse.pdf), describing the internal workings of the Modelverse, as well as a brief introduction on how to use it.
|
|
|
+
|
|
|
Tests
|
|
|
=====
|
|
|
|
|
@@ -83,3 +88,4 @@ From then on, you can simply invoke all tests in PyPy using:
|
|
|
```sh
|
|
|
pypy scripts/run_tests.py
|
|
|
```
|
|
|
+
|