This website requires JavaScript.
Explore
Help
Register
Sign In
outman
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4e73664f9e
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 09:24:46 +08: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 22:06:43 +08:00
pip3 install --user meson ninja
which meson
which ninja
Reference in New Issue
Copy Permalink