-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
53 lines (31 loc) · 1.18 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
47
48
49
50
51
52
53
The static object compiler (codename Pepsi)
-------------------------------------------
To build in this directory:
make
To install from this directory:
sudo make install
Examples, relative to this directory:
see indivdual subdirs in objects/examples
The dynamic function compiler (codename Jolt)
---------------------------------------------
Examples, relative to this directory:
see indivdual subdirs in function/examples
The API library for 'embeddable Jolt' (libjolt)
-----------------------------------------------
To build and install, after building Pepsi and Jolt as above, relative
to this directory:
cd function/examples/libjolt
make
make test
sudo make install
Notes:
- The final step will copy libjolt.a to /usr/lib and jolt.h to
/usr/include. Edit the Makefile if you want them elsewhere.
- Use the output of `idc -C LDFLAGS` and `idc -C LDLIBS` when linking
your program with this library; e.g:
gcc `idc -C LDFLAGS` program.c -ljolt `idc -C LDLIBS` -o program
Resources
---------
The 'fundamentals of new computing' mailing list discusses all things
related to this work. Subscribe here:
http://vpri.org/mailman/listinfo/fonc