This website requires JavaScript.
Explore
Help
Sign In
3party
/
jsoncpp
Watch
0
Star
0
Fork
0
You've already forked jsoncpp
mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced
2024-12-28 03:50:53 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
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-18 18:24:46 -07: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 09:06:43 -05:00
pip3 install --user meson ninja
which meson
which ninja
Reference in New Issue
Copy Permalink