
############
Quick Start
############

[dependencies]
libpthread
libpthread-stubs-dev - 0.3-r0
openssl-dev - 1.0.0i-r0.2 (for libcrypto)
libuuid-dev - 2.21-r5 (aka libuuid-devel)
libmodbus-3.0.3.tar.gz  
zeromq-4.0.1.tar.gz
czmq-2.0.2.tar.gz  

[install]
- scp tar archive to beaglebone or linux/mac host
- untar/zip
$ cd xfoce 
$ . src/scripts/xfhome `pwd`

[configure]
(if building from repo)
$ hg clone <path to repo, e.g., on bitbucket>
$ cd xfoce
(deprecated:$ ./src/scripts/gwconf u)
$ aclocal
$ autoconf
$ autoreconf
$ automake --add-missing
$ ./configure
...

[build]
$ make
# currently recommend NOT installing
# but working from build directory
($ sudo make install)


[configure]
...

[run]
$ src/gateway/apps/gwrun [-f <config_file>]

[view results]
...

############
Directories
############
XF_HOME/arch
XF_HOME/src/scripts
XF_HOME/src/gateway/apps
XF_HOME/doc
XF_HOME/logs
XF_HOME/src

#######
Source
#######
src/include
src/include/drivers
src/scripts
src/gateway
src/gateway/apps
src/gateway/beaglebone
src/gateway/contrib
src/gateway/core
src/gateway/drivers
src/gateway/rootfs
src/gateway/snode
src/gateway/test
src/oebb

#######
Build
#######

make [help arch]
make [clean dclean]
make [all xfoce doc hello]
make [dist install]
- build/release/xfoce-src-ver.tar.gz
- build/release/xfoce-bin-ver.tar.gz

##########
Utilities
##########

[ name ]
path/to/util
path/to/related/files
- description
- use/options/example 

