File: libjsonNotes

package info (click to toggle)
r-cran-rjsonio 1.3-0-2
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 3,804 kB
  • ctags: 1,299
  • sloc: cpp: 8,560; ansic: 2,183; makefile: 140; xml: 44; sh: 17
file content (16 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Modified 
 in Source/
   JSONChildren.h  - use namespace std;   - see BDR's note.
   libjson.cpp - change ../../libjson.h  to "libjson/libjson.h"

   JSONStats.h  - change "../../JSONOptions.h" to "JSONOptions.h". This may not be necessary after changes to configure.in and copying files to src/

Then copy to the R package source:

cd src/libjson
cp -f ~/Downloads/libjson/_internal/Source/[A-Za-z]* Source
cp -f ~/Downloads/libjson/_internal/Source/JSONDefs/* Source/JSONDefs

configure copies src/libjson/JSONOptions.h to src/ now.