summaryrefslogtreecommitdiff
path: root/Instructions
blob: edf32497f68d741610d7b0d1e6f6b16cbadf8410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
First of all, try just typing

 make

If you get some messages about undefined variables or (especially)
undefined symbols (ESPECIALLY) random(), try

 make SysV

If it still doesn't work and you're a C/Unix hack, just fix it - this
program is not rocket science - the only mildly weird stuff is how
it gathers timestamps and CPU usage from the OS.  When you're done
fixing it, email me (tbray@textuality.com) with what the problem was
and I'll roll your fix in.

If you can't fix it, email me all the details you can think of and
I'll try to fix it.