You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please follow the code style as best as you can. See [docs/codestyle.md](docs/codestyle.md) for details.
20
20
21
21
## Building
22
-
The primary firmware is in python to start with, while the others are needed for the development of LuaJIT ffi bindings.
23
-
***[Robotpy](docs/build-python.md)** (python)
24
-
*[Gradle](docs/build-gradle.md) (C++)
25
-
*[Meson](docs/build-meson.md) (C++ / LuaJIT)
26
-
*[Docker](docs/docker.md) (CI / misc)
27
22
28
-
## Requirements
23
+
###Requirements
29
24
*All platforms* need to have the [latest WPIlib](https://github.com/wpilibsuite/allwpilib/releases) installed as well as [Python](https://www.python.org/downloads/). If you're wanting to dabble in Lua and build-systems development, then you'll also need [Meson](https://mesonbuild.com/Getting-meson.html) and [CMake](https://cmake.org).
30
25
31
-
## About Linux
26
+
## Linux
32
27
Development using Linux is *highly recommended* as all the tools are readily available. The following command will install the above (minus wpilib) plus some extras needed for compiling WPIlib directly.
0 commit comments