Skip to content

Victor-Y-Fadeev/roboGTK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTK UI for robo-football

Simple GTK + Cairo user interface for tracking robo-footballers.

Ubuntu

Required utilities:

$ sudo apt-get -y install git gcc g++ cmake build-essential libgtk-3-dev

Configure and build repository:

$ mkdir -p build && cd build && cmake .. && cd ..
$ cmake --build build --config Release

macOS

Open terminal and install:

$ brew install pkg-config
$ brew install gtk+3

Set project to use with Xcode:

$ cmake . -G Xcode

If you get -- No package 'gtk+-3.0' found, set:

$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH

Choose roboGTK target and build project.

Windows

Download and install MSYS2, type to shell:

$ pacman -S git gcc make cmake pkg-config mingw-w64-x86_64-gtk3
$ export PKG_CONFIG_PATH=/mingw64/lib/pkgconfig

Open Control Panel -> Advanced system settings -> Environment Variables, select PATH and add:

C:\msys64\mingw64\bin
C:\msys64\usr\bin

Build repository by the same commands as Ubuntu.

About

GTK user interface for robo-football

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published