-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
42 lines (22 loc) · 1.17 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
How to compile and run CmlControl by Andrew Grossfeld, Logan Allen, Brandon Walker, and Michael Gingras
For compilation, you need to install the following dependecies.
~ cryptokit
Install cryptokit: opam install cryptokit
It is possible and even likely that you will receive an error.
To fix run: opam depext conf-zlib.1
Answer yes to all of the prompts and then after completion, rerun: opam install cryptokit
~ ANSITerminal
Install ANSITerminal: opam install ANSITerminal
~ ocamldiff
Install ocamldiff: opam install ocamldiff
Now you have all of the depenecies you need. Open up the src directory.
run: make
-- this will compile the program and attempt to copy the cml bash script and
cml byte code to the /usr/bin/local folder so that CmlControl can be run
from any directory on your system.
To uninstall CmlControl from your system. run: make uninstall
Now you have successfully compiled CmlControl. You can now run our project.
To start:
- open a directory on you machine and run: cml init
--> this will initialize your directory as a cml repository
- to run more commands, type cml or cml help for more information, or read our design document.