Commit cb03b0dc authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf json-3.11.3.tar.gz
cd json-3.11.3 && mkdir build
cd json-3.11.3/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
$(MAKE) -C json-3.11.3/build
$(MAKE) -C json-3.11.3/build install
# cd json-3.11.3/build && meson --prefix=/usr -Dbuildtype=release
# cd json-3.11.3/build && ninja
# cd json-3.11.3/build && ninja install
rm -rf json-3.11.3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment