about summary refs log tree commit diff stats
path: root/README.txt
blob: 4c3f9a3d2ef577b3da404ffb2fe182f4859aea97 (plain)
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
wikme --- build a wiki out of a directory of markdown files

made with <3 by case duckworth for kindrobot

requirements:

- cmark
- chicken scheme
- the following eggs, installed with `chicken-install -s <EGG>`:
  - cmark
  - regex
  - srfi-13
  - srfi-152
  - utf8

build:

- make

install:

- make install

test:

- make test

[Build the files in test/ to out/.  This is not a great testing framework yet.]