about summary refs log tree commit diff stats
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.txt b/README.txt index ed0c990..941b207 100644 --- a/README.txt +++ b/README.txt
@@ -14,9 +14,16 @@ requirements:
14 14
15build: 15build:
16 16
17- ./bootstrap
18- make 17- make
19 18
20install: 19install:
21 20
22- make install 21- make install
22
23test:
24
25- make test
26
27[Build the files in test/ to out/. This is not a great testing framework yet.]
28
29