LHOTSEToolbox for AdaptiveStatistical Models
|
THANKS file in any
LHOTSE source package.gcc,
g++, and g77. It comes with a GNU build system,
ensuring a fairly simple installation.tar xzf lhotse-VER.tar.gzVER is the LHOTSE version. Then, change to
subdirectory lhotse-VER and read the
INSTALL file for further instructions. Also, make sure to read
the README file.INSTALL
file describes how these may be obtained. The links mentioned there for
a customized installation are collected here.
For a trial installation of
LHOTSE, you might want to use the precompiled library variants
provided below.lhotse-VER-lib.tar.gz. Unpacking writes files into
subdirectory lhotse-VER, the library sources lie in
lhotse-VER/lhotse. The installation of the LHOTSE
library package works in the same way as the installation of the complete
package.lhotse-VER-PACK.tar.gz, where
PACK is the package name. Unpacking writes files into
subdirectory lhotse-VER, the project sources lie in
lhotse-VER/src.INSTALL.
INSTALL file. The links mentioned there are collected below:
INSTALL file. We recommend that you follow
these instructions, noting that the running time performance of LHOTSE
applications can depend crucially on whether the external libraries are
optimized for the target architecture.DIR in your home. They will
create subdirectories DIR/lib and DIR/include.
To install a tarball foo.tar.gz, place it into
DIR, and unpack it usingtar xzf foo.tar.gzconfigure
options:--enable-lib-paths="-LDIR/lib" --enable-inc-paths="-IDIR/include"INSTALL file.doc/develop-hints.txt will get
developers started. A copy of this file is here.
All LHOTSE interfaces (exported classes) are extensively documented in the
source code, using the JavaDoc convention. You can use doxygen
to generate HTML and LaTeX documentations from the
sources:doxygen lhotse-doc.confdoc/doxy/html/index.html. The LaTeX documentation
is in doc/doxy/latex. Depending on your taste, it is maybe
easier to browse the LHOTSE class header files, where the comments can
be found directly.
examples/README.
doc/develop-hints.txt. A copy of this file is
here. You should also browse through the
example sources.doc/develop-hints.txt gives you some
hints. Do contact the LHOTSE developers if you have questions about how to
package code of yours as a LHOTSE project.