Skip to content

gmccoy/ucpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal compiling scripts for FRC

System Requirements:
  For Linux: wine, wput, python2, tcl, curl
  For Windows/MSYSgit: MSYSgit, Python
  For Windows/Cygwin: Cygwin, Python, WindRiver

Installation instructions:
 - Add the "ucpp/ucpp" folder to your system PATH
 - Run the ucpp setup script
       $ ucpp setup -t <team-number>

Creating a project
 $ ucpp init
        Configures the current directory as an FRC C++ project
        that deploys code to your team's robot.

        The ucpp build system aims to be fully compatible with
        development in WindRiver. You can initialize any existing
        WindRiver project as a ucpp project, as well as any folder
        that contains C++ files.

Building and deploying code
 $ ucpp configure
        Generates a Makefile for your project
        For additional options, run "ucpp configure help"
 $ make
        Compile the project
 $ make deploy
        Deploy code to the robot

About

Universal FRC C++ Development Tools -- for Linux and more

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 48.2%
  • Shell 28.3%
  • Python 21.9%
  • Ruby 1.6%