Skip to content

Commit d7ffab9

Browse files
Further readme updates.
1 parent d82bc7a commit d7ffab9

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ be compatible with this code.
4949

5050
## Prerequisites
5151

52-
* qpc
53-
* You can override the QPC to another directory with your project's exact QPC source code.
54-
* or:
55-
* After cloning this repository, do not forget to:
56-
* `git submodule init`
57-
* `git submodule update`
58-
* CppUTest (version 3.8-7 or version 4.0) (3.8 is the default in Ubuntu 20.04 while 4.0 is the default in Ubuntu 22.04)
5952
* CMake and associated build tools were used to develop
6053
and prove out this project.
54+
* QP/C
55+
* You can override the QPC to another directory with your project's exact QPC source code.
56+
Define the cmake variable CMS_QPC_TOP_DIR before including the internal CMakeLists.txt.
57+
* or:
58+
* Do not define CMS_QPC_TOP_DIR, and the internal cmake will fetch the appropriate QP/C repo.
59+
* CppUTest (version 3.8-7 or version 4.0) (3.8 is the default in Ubuntu 20.04 while 4.0 is the default in Ubuntu 22.04)
6160
* This project requires support for C++14 and C11.
6261

6362
## Continuous Integration

0 commit comments

Comments
 (0)