Browse Source

Add instructions to use ofxJSON patch to compile on arch and oF master

master
Krisjanis Rijnieks 7 years ago
parent
commit
ea851c83b1
  1. 7
      example_remote-client/README.md
  2. 7
      example_remote-server/README.md

7
example_remote-client/README.md

@ -19,3 +19,10 @@ JSON is used as the data format between ofxPiMapper remote control server and cl
```
cd openFrameworks/addons
git clone https://github.com/jeffcrouse/ofxJSON.git
```
To be able to compile on Arch Linux gcc 7 and latest openFrameworks, use the following.
```
git clone https://github.com/PTS93/ofxJSON.git
```

7
example_remote-server/README.md

@ -22,3 +22,10 @@ JSON is used as the data format between ofxPiMapper remote control server and cl
```
cd openFrameworks/addons
git clone https://github.com/jeffcrouse/ofxJSON.git
```
To be able to compile on Arch Linux gcc 7 and latest openFrameworks, use the following.
```
git clone https://github.com/PTS93/ofxJSON.git
```

Loading…
Cancel
Save