You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning this repo will install a [development version][MetisDevelopment], which includes active debugging code and regression scripts. The latest official release of Metis without any extra development cruft [lives here][MetisRelease].
7
7
8
-
This software is released under the [MIT License][].
8
+
This software is released under the [MIT License][MITLicense].
9
9
10
10
Install
11
11
-------
12
12
13
-
Installing Metis requires the [MLton][], [Poly/ML][] or [Moscow ML][] compiler, as well as standard system tools including GNU Make and Perl.
13
+
Installing Metis requires the [MLton][], [Poly/ML][PolyML] or [Moscow ML][MoscowML] compiler, as well as standard system tools including GNU Make and Perl.
14
14
15
15
Clone this repo and initialize the development version:
16
16
17
17
git clone https://github.com/gilith/metis.git
18
18
cd metis
19
19
make init
20
20
21
-
By default the initialization step requires the [MLton compiler][Mlton], but you can change it to [Poly/ML][] or [Moscow ML][] by editing the top of `Makefile.dev`.
21
+
By default the initialization step requires the [MLton compiler][Mlton], but you can change it to [Poly/ML][PolyML] or [Moscow ML][MoscowML] by editing the top of `Makefile.dev`.
22
22
23
23
Build
24
24
-----
@@ -35,7 +35,7 @@ The Metis executable can then be found at
35
35
36
36
### Using the Poly/ML compiler
37
37
38
-
Use the [Poly/ML compiler][Poly/ML] to build from source and run the test suite by executing
38
+
Use the [Poly/ML compiler][PolyML] to build from source and run the test suite by executing
39
39
40
40
make polyml
41
41
@@ -45,7 +45,7 @@ The Metis executable can then be found at
45
45
46
46
### Using the Moscow ML compiler
47
47
48
-
Use the [Moscow ML compiler][Moscow ML] to build from source and run the test suite by executing
48
+
Use the [Moscow ML compiler][MoscowML] to build from source and run the test suite by executing
49
49
50
50
make mosml
51
51
@@ -80,7 +80,7 @@ To report a bug or request an enhancement, please file an issue at [GitHub][Meti
0 commit comments