This page explains compiling and installing the referee box.
Use the following checklist to build the referee box:
git clone https://github.com/RoboCup-SSL/ssl-refbox.git
cd ssl-refbox
sudo ./installDeps.sh
make
You can now run the referee box with the command ./sslrefbox
.
Warning: these instructions are very old and may no longer be accurate. We recommend running the referee box under Linux if possible.
Use the following checklist to build the referee box:
`pkg-config gtkmm-2.4 --cflags`
with the output of the command pkg-config gtkmm-2.4 --cflags
. The pkg-config tool is a part of the GTK+ development environment.`pkg-config gtkmm-2.4 --libs`
with the output of the comand pkg-config gtkmm-2.4 --libs
.make -f Makefile.win32
.referee.exe
. If it doesn’t start, call it from a shell to see the error message.