34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
##
|
|
autogen_rel_py3.sh ==> generates library for use from within python and C++
|
|
autogen_rel_py3_noqt.sh ==> generates library for use from within python and C++ (remove Qt4 dependency if xml not required)
|
|
autogen_rel_noqt.sh ==> generates library for building a mex file (remove Qt4 dependence as matlab requires Qt5)
|
|
autogen_rel.sh ==> normal c++ release
|
|
|
|
##
|
|
|
|
## --------------------------------------------------------------------------
|
|
## autogen.sh
|
|
##
|
|
## --prefix: This is the prefix to the include sub-directory to which the
|
|
## cafe include files are installed
|
|
##
|
|
## --libdir: This is the directory to which the cafe shared objects are
|
|
## installed
|
|
|
|
## --with-boost: base directory for the boost header files
|
|
## --with-epics: epics top level directory
|
|
## Note that configure.ac assume that the architecture is
|
|
## base/lib/${EPICS_HOST_ARCH}
|
|
## --with-qt-inc Qt include directory (optional)
|
|
## --with-qt-lib Qt lib directory (optional)
|
|
## --with-python-inc Python include directory, if building PyCafe
|
|
## --with-python-lib Python lib directory, if bulding PyCafe
|
|
## --------------------------------------------------------------------------
|
|
|
|
1) Modify autogen.sh according to above
|
|
2) 'source autogen.sh'
|
|
3) 'make install' This installs cafe headers/libraries to the directories
|
|
specified by --prefix/--libdir in the above
|
|
|
|
|