Browse Source

Attempt to fix readme

master
Krisjanis Rijnieks 8 years ago
parent
commit
952f94924f
  1. 22
      README.md

22
README.md

@ -13,18 +13,16 @@ You can use the example application of the addon for projection mapping projects
1. Put your own sources in the `example/bin/data/sources` directory. Use [Handbrake](https://handbrake.fr/) with the **Fast 720p30** preset to encode your videos.
2. Compile and run the example project.
```bash
cd openFrameworks/addons/ofxPiMapper/example
make && ./bin/example
```
3. Use the `-f` flag to launch it fullscreen.
```bash
./bin/example -f
```
2. Compile and run the example project.
```bash
cd openFrameworks/addons/ofxPiMapper/example
make && ./bin/example
```
3. Use the `-f` flag to launch it fullscreen.
```bash
./bin/example -f
```
## Compiling on Linux

Loading…
Cancel
Save