Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin authored May 21, 2017
1 parent f77cff2 commit 84042a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ $ git submodule update --init
Compilation/upload command line (example, using CMake out-of-source build in build/ directory):
```bash
$ cd build
$ cmake ..
$ cmake .. -DPLATFORM=Teensy
$ make # Build firmware
$ make vive-diy-position-sensor_Upload # Upload to Teensy
$ make vive-diy-position-sensor-upload # Upload to Teensy
$ tyc monitor # Serial console to Teensy
```

Expand All @@ -172,6 +172,6 @@ Getting the code is the same as above. GitHub client for Windows will make it ev
Building firmware:
```
cd build
cmake -G Ninja ..
cmake -G Ninja .. -DPLATFORM=Teensy
ninja # Build firmware. Will generate "vive-diy-position-sensor.hex" in current directory.
```

0 comments on commit 84042a6

Please sign in to comment.