Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
Updated README.md to point out the 3rd party binaries and sources.
  • Loading branch information
gpvigano committed Jul 29, 2021
1 parent b1c8bbb commit 3e6b011
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/

0 comments on commit 3e6b011

Please sign in to comment.