summaryrefslogtreecommitdiff
path: root/Instructions
diff options
context:
space:
mode:
authortimbray <timbray@db4e408a-c037-0410-815c-5f4d545c29e3>2007-08-15 17:54:53 +0000
committertimbray <timbray@db4e408a-c037-0410-815c-5f4d545c29e3>2007-08-15 17:54:53 +0000
commit259bec45d881bc81220c60a9f69a2e9767bddc2a (patch)
tree0d9b7696af5b5562db963ebeb97e691bdc053fdc /Instructions
parentc8941a0c7fbad365bf2110319cee21eabc90ac7e (diff)
downloadbonnie-259bec45d881bc81220c60a9f69a2e9767bddc2a.tar.gz
Initial check-in
git-svn-id: http://bonnie-64.googlecode.com/svn/trunk@2 db4e408a-c037-0410-815c-5f4d545c29e3
Diffstat (limited to 'Instructions')
-rw-r--r--Instructions17
1 files changed, 17 insertions, 0 deletions
diff --git a/Instructions b/Instructions
new file mode 100644
index 0000000..edf3249
--- /dev/null
+++ b/Instructions
@@ -0,0 +1,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.