Skip to content
 
 

Repository files navigation

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

About

ODataLite

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages