Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ format to store user input files.

## Contributing to JsonCpp

### Building

Both CMake and Meson tools are capable of generating a variety of build environments for you preferred development environment.
Using cmake or meson you can generate an XCode, Visual Studio, Unix Makefile, Ninja, or other environment that fits your needs.

An example of a common Meson/Ninja environment is described next.

### Building and testing with Meson/Ninja
Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use
[meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build
Expand Down
42 changes: 0 additions & 42 deletions makefiles/msvc2010/jsoncpp.sln

This file was deleted.

96 changes: 0 additions & 96 deletions makefiles/msvc2010/jsontest.vcxproj

This file was deleted.

13 changes: 0 additions & 13 deletions makefiles/msvc2010/jsontest.vcxproj.filters

This file was deleted.

143 changes: 0 additions & 143 deletions makefiles/msvc2010/lib_json.vcxproj

This file was deleted.

33 changes: 0 additions & 33 deletions makefiles/msvc2010/lib_json.vcxproj.filters

This file was deleted.

Loading