/ssl-refbox

RoboCup Small Size League Referee Box

Primary LanguageC++GNU General Public License v2.0GPL-2.0

ssl-refbox

RoboCup Small Size League Referee Box

install

1: clone the repro somewhere you will be able to access easily

2: enter the directory of the git repro and open a terminal there.

3: in a terminal type: ./installDeps.sh

4: create a build driectory: To do so type "mkdir build" in the terminal

5: navigate in the build directory: "cd build"

6: generate the files: "cmake .."

7: compile the project: "make"

8: to run the refbox, go back in the repro root and run ./ssl-refbox in a terminal