Skip to content

Commit

Permalink
Merge pull request #1241 from bitcraze/knmcguire-patch-3
Browse files Browse the repository at this point in the history
add swig build instructions
  • Loading branch information
knmcguire authored Mar 3, 2023
2 parents 6490515 + 7cb5664 commit d9359ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/building-and-flashing/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ Please go to [these instructions](/docs/development/kbuild.md) to learn how to u

There are certain functions, like the high level commander and controllers, that have been wrapped to python bindings. These can be used to easily test these functions on a computer or use it in a simulation.

First make sure that you have [SWIG](https://swig.org/) installed on your system. Then execute the following commands in the terminal

```bash
make cf2_defconfig
make bindings_python
Expand Down

0 comments on commit d9359ef

Please sign in to comment.