Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
json-c
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
json-c
Commits
0f1ed64f
Commit
0f1ed64f
authored
Jul 05, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated json-c to 0.15
parent
244488f8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile
Makefile
+7
-7
json-c-0.14-20200419.tar.gz
json-c-0.14-20200419.tar.gz
+0
-0
json-c-0.15.tar.gz
json-c-0.15.tar.gz
+0
-0
No files found.
Makefile
View file @
0f1ed64f
all
:
tar
xf json-c-0.1
4-20200419
.tar.gz
mkdir
json-c-
json-c-0.14-20200419
/build
cd
json-c-
json-c-0.14-20200419
/build
&&
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
/usr
-DDISABLE_WERROR
=
ON ..
$(MAKE)
-C
json-c-
json-c-0.14-20200419
/build
$(MAKE)
-C
json-c-
json-c-0.14-20200419
/build
test
$(MAKE)
-C
json-c-
json-c-0.14-20200419
/build
install
tar
xf json-c-0.1
5
.tar.gz
mkdir
json-c-
0.15
/build
cd
json-c-
0.15
/build
&&
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
/usr
-DDISABLE_WERROR
=
ON ..
$(MAKE)
-C
json-c-
0.15
/build
$(MAKE)
-C
json-c-
0.15
/build
test
$(MAKE)
-C
json-c-
0.15
/build
install
ln
-sf
/usr/include/json-c /usr/include/json
rm
-rf
json-c-
json-c-0.14-20200419
rm
-rf
json-c-
0.15
json-c-0.14-20200419.tar.gz
deleted
100644 → 0
View file @
244488f8
File deleted
json-c-0.15.tar.gz
0 → 100644
View file @
0f1ed64f
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment