Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Seminar-HFO
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
Seminar-HFO
Commits
b0c78214
Commit
b0c78214
authored
Jul 12, 2017
by
drallensmith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change manual for cmake build type; add Python requirements
parent
5c8d683f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
doc/Makefile
doc/Makefile
+1
-1
doc/manual.pdf
doc/manual.pdf
+0
-0
doc/manual.tex
doc/manual.tex
+6
-3
No files found.
doc/Makefile
View file @
b0c78214
...
...
@@ -83,7 +83,7 @@ export LC_ALL ?= C
#
# If you list files or wildcards here, they will *not* be cleaned - default is
# to allow everything to be cleaned.
#
neverclean ?= *.pdf
neverclean
?=
*
.pdf
#
# 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
...
...
doc/manual.pdf
View file @
b0c78214
No preview for this file type
doc/manual.tex
View file @
b0c78214
...
...
@@ -33,14 +33,14 @@ Installation with CMake:
\begin{verbatim}
> mkdir build
&&
cd build
> cmake -DCMAKE
_
BUILD
_
TYPE=Rel
ease
..
> cmake -DCMAKE
_
BUILD
_
TYPE=Rel
withDebInfo
..
> 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
\end{verbatim}
HFO installation has been tested on Ubuntu Linux and OSX. Successful
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
command:
\\
...
...
@@ -51,7 +51,7 @@ By default, the soccerwindow2 visualizer is also built and requires
the visualizer. To disable this component, use the following cmake
command:
\\
\noindent
\verb
+
> cmake -DCMAKE_BUILD_TYPE=Rel
ease
-DBUILD_SOCCERWINDOW=False ..
+
\noindent
\verb
+
> cmake -DCMAKE_BUILD_TYPE=Rel
withDebInfo
-DBUILD_SOCCERWINDOW=False ..
+
\subsection
{
Python Interface
}
...
...
@@ -66,6 +66,9 @@ or
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
}
The install is completely contained in the HFO directory. Simply
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment