Skip to content

Commit 2ab1d63

Browse files
committed
COMP: Remove visual studio specialization in favor of meson or cmake
More robust build environments can be generated from meson or cmake rather than including those files in every download.
1 parent b4ca2db commit 2ab1d63

File tree

5 files changed

+7
-679
lines changed

5 files changed

+7
-679
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ format to store user input files.
3030

3131
## Contributing to JsonCpp
3232

33+
### Building
34+
35+
Both CMake and Meson tools are capable of generating a variety of build environments for you preferred development environment.
36+
Using cmake or meson you can generate an XCode, Visual Studio, Unix Makefile, Ninja, or other environment that fits your needs.
37+
38+
An example of a common Meson/Ninja environment is described next.
39+
3340
### Building and testing with Meson/Ninja
3441
Thanks to David Seifert (@SoapGentoo), we (the maintainers) now use
3542
[meson](http://mesonbuild.com/) and [ninja](https://ninja-build.org/) to build

makefiles/msvc2017/jsoncpp.sln

Lines changed: 0 additions & 64 deletions
This file was deleted.

makefiles/msvc2017/jsontest.vcxproj

Lines changed: 0 additions & 168 deletions
This file was deleted.

0 commit comments

Comments
 (0)