You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
This program will take either a json file or a URL to a web service and build C++ classes to work with that data. By default it will create the serialization linkage for the JsonLink library that is part of https://github.com/beached/parse_json .
3
3
4
4
# Requirements
5
-
CMake >= 2.8.12 https://cmake.org/
6
-
Boost >= 1.58 https://www.boost.com/
7
-
Curl https://curl.haxx.se/
5
+
*CMake >= 2.8.12 https://cmake.org/
6
+
*Boost >= 1.58 https://www.boost.com/
7
+
*Curl https://curl.haxx.se/
8
8
9
9
Both Boost and Curl are often packaged within a Linux distribution and available for Windows/Mac
0 commit comments