Commit ba5efa3e authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated manual.

parent 57624ce2
No preview for this file type
...@@ -23,6 +23,14 @@ ...@@ -23,6 +23,14 @@
\maketitle \maketitle
\tableofcontents \tableofcontents
\section{Contributors}
Many thanks to the following contributors for making HFO a better
environment:
Prannoy Mupparaju (IIT Bombay), Sandeep Subramanian (IIT Bombay),
A. Siddharth (IIT Bombay), and Shivaram Kalyanakrishnan (IIT Bombay),
Sanmit Narvekar (UTCS), Samuel Barrett (UTCS).
\section{Overview} \section{Overview}
This document describes the installation, usage, state, and action spaces of the HFO domain. This document describes the installation, usage, state, and action spaces of the HFO domain.
...@@ -40,8 +48,13 @@ Installation with CMake: ...@@ -40,8 +48,13 @@ Installation with CMake:
HFO installation has been tested on Ubuntu Linux and OSX. Successful HFO installation has been tested on Ubuntu Linux and OSX. Successful
installation depends on installation depends on
\verb+CMake, Boost-system, Boost-filesystem+. By default, the \verb+CMake, Boost-system, Boost-filesystem, flex+.
soccerwindow2 visualizer is also built and requires
These depedencies can be installed on Ubuntu using the following
command:\\
\verb+sudo apt-get install cmake libboost-filesystem libboost-system flex+
By default, the soccerwindow2 visualizer is also built and requires
\verb+Qt4+. Experimentally speaking, HFO is fully-functional without \verb+Qt4+. Experimentally speaking, HFO is fully-functional without
the visualizer. To disable this component, use the following cmake the visualizer. To disable this component, use the following cmake
command:\\ command:\\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment