forked from odatalite/odatalite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (22 loc) · 1.13 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
All commands below are assumed to be run from the top of the source tree unless otherwise specified
To set up autotools (one time)
$ ./autogen
To build:
$ make -j
To run a build out of the source tree:
$ make install DESTDIR=$PWD/runtime
$ PHIT_PREFIX=$PWD/runtime ./out/phitd -i -S -l VERBOSE
TODO:
- modified PHIT_HeadersFind to change all non-alnum in search string to "_" to support cgi. Need to do the same in PHIT when parsing headers.
- Ask Mike Brasher about buf.h.new
- Ask about using connection buf in odataplugin, why not context?
connection initializes -> context
lifetime rules around connection and context
dont look pluggable at all in current incarnation (connection)
Some old scripts/ were removed as unneeded anymore:
# autoclean - not needed: run "make distclean" and everything should be cleaned up
# rebuild - just run make. everything that needs to be rebuilt will always be
# rebuilt, even if you edit makefiles or configure.ac
# prependlicense - looks like it's not necessary anymore since everything has
# licenses
# fixup - Not needed, git has the proper permissions for everything