From 3e6b0115e7b8724b03b4f11a3dbab38adc054016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giovanni=20Paolo=20Vigan=C3=B2?= Date: Thu, 29 Jul 2021 13:07:16 +0200 Subject: [PATCH] Release 1.0 Updated README.md to point out the 3rd party binaries and sources. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3eaab81..6f7fe05 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ This collection include these libraries: * **gpvulc_path** - File/directory path management (dependencies: none) * **gpvulc_console** - Console utility (dependencies: none) +You can find the full documentation (automatically generated with [Doxygen]) and a distribution (in ZIP archives) of external libraries sources and binaries for VS2015 along with each release (see Releases section in [this GitHub page](https://github.com/gpvigano/gpvulc)). To get the compiled binaries for [Google C++ Testing Framework] a Visual Studio 2015 project was added in `depend/googletest/googletest-release-1.8.1/vs2015/` folder. + ## Remarks Even if designed with portability in mind, all libraries were developed with Visual Studio 2015 and tested on Windows platform (a porting to other platforms should be a nice contribution). Some remarks about the `gpvulc` libraries: @@ -55,5 +57,6 @@ About multi-platform support: any contribution to support other platforms and co If you want to update the libraries you should build and run the tests in `gpvulc-tests/` folder with [Google C++ Testing Framework] before submitting your changes. [Google C++ Testing Framework]: https://github.com/google/googletest/releases +[Doxygen]: http://www.doxygen.org/index.html [boost]: https://www.boost.org/