-
Notifications
You must be signed in to change notification settings - Fork 25
/
README
21 lines (16 loc) · 912 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is the root of the Critical Mass Modula-3 Software Distribution.
It may be freely distributed as open source according to the various
copyrights under which different parts of the sources are placed.
Please read the COPYRIGHT-* files found in this directory.
To build everything, go to the `scripts` directory.
Before trying anything there, you need to download
a working compiler for your system;
you can obtain one by clicking on the `Releases` tab on the main Github page
and selecting one for your architecture.
The `README` in the `scripts` directory describes several options.
The `scripts` directory also contains a subdirectory of Python scripts
for those who prefer or need it.
The base system can be found in several packages in the collections
m3-sys and m3-libs. All the rest is more or less optional. Complete
documentation in HTML and other formats can be found in the doc
sub-directory.