This library contains code that extends and simplifies different operations
for C language based programs.
Revisión | 9c00d87eecd15b6bdd5e69393aff90de561bb666 (tree) |
---|---|
Tiempo | 2022-08-29 23:40:23 |
Autor | Sergey Gusarov <laborer2008@gmai...> |
Commiter | Sergey Gusarov |
README: More info about dependencies
@@ -1,4 +1,4 @@ | ||
1 | 1 | 6242a4014c200c0c9fb73e148ea177e435177c07 cmake/cmake_tools |
2 | 2 | 5013d507802becd2c434d4dbdafad45c3da5ef23 include/ctools/std/msinttypes |
3 | -e54438e161c002045c1f4a3953dfbb2866212048 pyrepo | |
3 | +c687cce0a880bac77b1761057be5d13a23c9e098 pyrepo | |
4 | 4 | 3852926c00f210905db5feb7a9fa5d5dbf7963ea tests/unity |
@@ -91,12 +91,12 @@ | ||
91 | 91 | |
92 | 92 | All scripts are written with Python_ programming (Python_ 3.3 and above is recommended). |
93 | 93 | The project could be built with CMake_ building system. CMake 2.8.3 and above is needed in that case. |
94 | -Both dependencies are not mandatory. | |
94 | +Both dependencies are not mandatory. This project uses git and mercurial concurent versions systems. | |
95 | 95 | |
96 | 96 | The scripts/cmake_build.py script depends on flufl.enum module. See README from pyrepo_ about |
97 | 97 | installation details. |
98 | 98 | |
99 | -pyrepo_'s dependencies also must be installed in the system. | |
99 | +pyrepo_'s and tests' subfolder dependencies also must be installed in the system. | |
100 | 100 | |
101 | 101 | Building |
102 | 102 | -------- |
@@ -87,9 +87,9 @@ | ||
87 | 87 | |
88 | 88 | Все скрипты проекта написаны на языке Python_ (Рекомендуется Python_ 3.3 и выше). |
89 | 89 | Проект можно собирать с использованием системы сборки CMake_. В этом случае потребуется CMake_ 2.8.3 и выше. |
90 | -Обе эти зависимости не являются обязательными. | |
90 | +Обе эти зависимости не являются обязательными. В проекте используются системы сборки git и mercurial. | |
91 | 91 | |
92 | -В системе также должны быть установлены все зависимости pyrepo_. | |
92 | +В системе также должны быть установлены все зависимости pyrepo_ и зависимости из каталога tests. | |
93 | 93 | |
94 | 94 | Сборка |
95 | 95 | ------ |