Skip to content

Commit b3816e6

Browse files
committed
Update README
1 parent 813fb0c commit b3816e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The CI providers used and that might need some setup :
3636

3737
## Requirements :
3838

39-
- CMake 3.8.2 (Not needed for all scripts)
39+
- CMake 3.16 (Not needed for all scripts)
4040
- Git (for the submodules)
4141
- Any of the CI providers listed above if needed.
4242

@@ -51,11 +51,11 @@ The CI providers used and that might need some setup :
5151
- Coverage.cmake : Test coverage script to add a 'Coverage' build type to CMake
5252
- CodeQL already knows about cmake and can build most of the projects without any special configuration. A sample configuration is in this project, mostly due to using submodules.
5353

54-
## FAQ
54+
## FAQ
5555

5656
**Q**: I'm new to this CMake stuff, where do I start ?
5757

58-
**A**: I would suggest reading [CGold](https://cgold.readthedocs.io) which covers this way better than I could.
58+
**A**: I would suggest reading my [blog posts](https://siliceum.com/en/blog/post/cmake_01_cmake-basics), [CGold](https://cgold.readthedocs.io) or [An introduction to Modern CMake](https://cliutils.gitlab.io/modern-cmake/README.html) or simply the latest and official [tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html)!
5959

6060
___
6161

@@ -69,7 +69,7 @@ ___
6969
**Q**: Should I always put my dependencies in the folder external
7070

7171
**A**: Absolutely not ! It is a great place for small libraries, but you probably don't want to have to rebuild big libs every time.
72-
For those, you can use a package manager such as [Hunter](https://github.com/ruslo/hunter) or simply rely on find_package/library.
72+
For those, you can use a package manager such as [VCPKG](https://github.com/microsoft/vcpkg/), [CPM](https://github.com/cpm-cmake/CPM.cmake) or simply rely on `find_package`.
7373

7474
___
7575

0 commit comments

Comments
 (0)