From 40ad52e5d388c917ff5b60bb998ed904c69e62e5 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sun, 1 Apr 2018 16:08:50 +0200 Subject: [PATCH] Update remote client and server README on ofxJSON --- example_remote-client/README.md | 8 +------- example_remote-server/README.md | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/example_remote-client/README.md b/example_remote-client/README.md index 2c60476..04758a8 100644 --- a/example_remote-client/README.md +++ b/example_remote-client/README.md @@ -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 ``` diff --git a/example_remote-server/README.md b/example_remote-server/README.md index 89db143..e329a56 100644 --- a/example_remote-server/README.md +++ b/example_remote-server/README.md @@ -21,11 +21,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 ```