|
|
@ -18,11 +18,5 @@ 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 |
|
|
|
git clone --depth=1 -b of-master-patch https://github.com/kr15h/ofxJSON.git |
|
|
|
``` |
|
|
|