forked from nikitakit/ucpp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
29 lines (24 loc) · 868 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Universal compiling scripts for FRC
System Requirements:
For Linux: wine, wput
For Windows: MSYSgit or Cygwin
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