Skip to content

Commit cc2105d

Browse files
committed
Update README
1 parent 35cbd5e commit cc2105d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,14 @@ Main features of the framework are:
2929
## Requirements
3030

3131
+ C++-17
32-
+ CMake 3.14
33-
+ Qt 5.12
32+
+ CMake >= 3.14
33+
+ Qt >= 5.12
34+
+ gtest >= 1.10
3435

3536
## Installation instructions
3637

3738
```sh
38-
git clone --recurse-submodules https://github.com/gpospelov/qt-mvvm.git
39+
git clone https://github.com/gpospelov/qt-mvvm.git
3940
mkdir ./build; cd ./build
4041
cmake ..; make -j8; ctest
4142

0 commit comments

Comments
 (0)