FRC6854 / RobotLog

A simple FRC path planning tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RobotLog - A simple FRC path planning tool

How to build

Build dependencies on Debian/Ubuntu

g++ make pkg-config libgtkmm-3.0-dev

Build dependencies on Windows MSYS2

make mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gtkmm3

List of Makefile targets

For build using g++ use make all
For build using clang++ use make clang
For build under MSYS2 and make exe file run under Win32 GUI subsystem make win
Use make run or ./robotlog to start the program

About

A simple FRC path planning tool

License:GNU General Public License v3.0


Languages

Language:C++ 98.6%Language:Makefile 1.4%