This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced
2025-01-09 11:17:30 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
e23c8e5f5b
jsoncpp
/
.travis_scripts
/
travis.install.linux.sh
6 lines
66 B
Bash
Raw
Normal View
History
Unescape
Escape
In travis-ci, build for osx also Drop gcc b/c it takes too long to install via addon. Build only static/release, to save VMs. (No shared to debug.)
2015-04-19 03:24:46 +02:00
set
-vex
Try meson/ninja from pypi This lets us simplify linux a little. However, we still want to test cmake, so there is only so much we can simplify. For OSX, we still need `clang-format` from homebrew. * Add PYTHONUSERBASE/bin to PATH for linux
2020-10-10 16:06:43 +02:00
pip3 install --user meson ninja
which meson
which ninja
Reference in New Issue
Copy Permalink