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
5efce93d
Commit
5efce93d
authored
Jun 24, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
json-c now uses cmake for build
parent
234878d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
5efce93d
all
:
tar
xf json-c-0.14-20200419.tar.gz
cd
json-c-json-c-0.14-20200419
&&
autoreconf
-i
cd
json-c-json-c-0.14-20200419
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
json-c-json-c-0.14-20200419
$(MAKE)
-C
json-c-json-c-0.14-20200419
check
$(MAKE)
-C
json-c-json-c-0.14-20200419
install
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
ln
-sf
/usr/include/json-c /usr/include/json
rm
-rf
json-c-json-c-0.14-20200419
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