Commit 4b4fb433 authored by drallensmith's avatar drallensmith

Merge branch 'randomization' into add_preprocess_action - avoid rebase

parents 76209cdb ffc2e7e7
...@@ -83,7 +83,7 @@ export LC_ALL ?= C ...@@ -83,7 +83,7 @@ export LC_ALL ?= C
# #
# If you list files or wildcards here, they will *not* be cleaned - default is # If you list files or wildcards here, they will *not* be cleaned - default is
# to allow everything to be cleaned. # to allow everything to be cleaned.
#neverclean ?= *.pdf neverclean ?= *.pdf
# #
# Alternatively (recommended), you can add those lines to a Makefile.ini file # Alternatively (recommended), you can add those lines to a Makefile.ini file
# and it will get picked up automatically without your having to edit this # and it will get picked up automatically without your having to edit this
......
No preview for this file type
...@@ -33,14 +33,14 @@ Installation with CMake: ...@@ -33,14 +33,14 @@ Installation with CMake:
\begin{verbatim} \begin{verbatim}
> mkdir build && cd build > mkdir build && cd build
> cmake -DCMAKE_BUILD_TYPE=Release .. > cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo ..
> make -j4 # Replace 4 with the number of cores on your machine > make -j4 # Replace 4 with the number of cores on your machine
> make install # This just copies binaries to the HFO directory; no sudo required > make install # This just copies binaries to the HFO directory; no sudo required
\end{verbatim} \end{verbatim}
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, flex+. \verb+CMake, Boost-system, Boost-filesystem,+ and \verb+flex+.
These depedencies can be installed on Ubuntu using the following These depedencies can be installed on Ubuntu using the following
command:\\ command:\\
...@@ -51,7 +51,7 @@ By default, the soccerwindow2 visualizer is also built and requires ...@@ -51,7 +51,7 @@ By default, the soccerwindow2 visualizer is also built and requires
the visualizer. To disable this component, use the following cmake the visualizer. To disable this component, use the following cmake
command:\\ command:\\
\noindent \verb+ > cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SOCCERWINDOW=False ..+ \noindent \verb+ > cmake -DCMAKE_BUILD_TYPE=RelwithDebInfo -DBUILD_SOCCERWINDOW=False ..+
\subsection{Python Interface} \subsection{Python Interface}
...@@ -66,6 +66,9 @@ or ...@@ -66,6 +66,9 @@ or
if you have limited permissions on the machine. if you have limited permissions on the machine.
Successful installation depends on
\verb+Python 2.7, 3.2, or above+ (tested with 2.7 and 3.5) and \verb+numpy+.
\section{Uninstall} \section{Uninstall}
The install is completely contained in the HFO directory. Simply The install is completely contained in the HFO directory. Simply
......
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