-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
46 lines (28 loc) · 1.37 KB
/
README
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
43
44
45
46
README for forscript
This project has just been open-sourced, this file is only preliminary.
WHAT IS IT?
===========
Please read <http://scytale.name/proj/forscript/>.
WHAT'S THE STATUS?
==================
It works and does what it's supposed to, although it could log more metadata.
I'm currently working on transforming forscript from a thesis into an ordinary
free software project, for example by providing a readme file and adding an
open-source license (most likely GPLv3) to it.
WHAT ARE ITS REQUIREMENTS?
==========================
To generate the source file or the documentation, you need noweb:
http://www.cs.tufts.edu/~nr/noweb/
Generating the documentation additionally needs LaTeX and some packages.
To use the (pretty simple) Makefile, you need make. Duh.
To compile the source, a POSIX system with decent C99 compiler and library is
required. Your also need to have the POSIX real-time extensions (clock_gettime)
available. The most popular Unix which doesn't have these is Apple Mac OS X.
Someone could patch forscript to use gettimeofday() there... (hint, hint!)
HOW DO I BUILD IT?
==================
Type "make". This should do the trick on most compatible systems. If your
system is not compatible, hack forscript to support it and send me a patch! :)
HOW CAN I CONTACT YOU?
======================
<http://scytale.name/contact/> or <http://github.com/scy/>.