File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ specialized Readmes for recommendations on Mac OS and Windows.
51
51
The release source snapshots contain pre-generated C++ code that allows you
52
52
to build without requiring LLVM or Clang. This is the easiest way to build
53
53
a version of Mozart 2 from source. The latest pre-generated source snapshot
54
- is [ mozart2-2.0.0-beta.0 -Source.zip] ( https://github.com/layus /mozart2/releases/download/v2.0.0-beta.0 /mozart2-2.0.0-beta.0 -Source.zip ) .
54
+ is [ mozart2-2.0.0-beta.1 -Source.zip] ( https://github.com/mozart /mozart2/releases/download/v2.0.0-beta.1 /mozart2-2.0.0-beta.1 -Source.zip ) .
55
55
56
56
To build from the snapshot:
57
57
58
- $ wget https://github.com/layus/mozart2/releases/download/v2.0.0-beta.0 /mozart2-2.0.0-beta.0 -Source.zip
59
- $ unzip mozart2-2.0.0-beta.0 -Source.zip
60
- $ cd mozart2-2.0.0-beta.0 -Source/
58
+ $ wget https://github.com/layus/mozart2/releases/download/v2.0.0-beta.1 /mozart2-2.0.0-beta.1 -Source.zip
59
+ $ unzip mozart2-2.0.0-beta.1 -Source.zip
60
+ $ cd mozart2-2.0.0-beta.1 -Source/
61
61
$ cmake .
62
62
$ make
63
63
$ make install
You can’t perform that action at this time.
0 commit comments