You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,8 @@ If you have it, you need to:
19
19
- Copy folder "QtVision" with QtVision static libray built from [this](https://github.com/maxchistt/QtVision-Static-Class-Library) (tag v1.1) project into solution folder
20
20
- Copy "Kernel" and "Vision" distribution folders into solution folder into "C3D" subfolder
21
21
- Define actual licence key and licence signature in "C3D_USAGE.h" file in "QtCellLifeSimulationApp" project
22
-
23
-
Else, if you haven't access to C3D:
24
-
25
-
- Delete "`#define C3D_USAGE`" in "C3D_USAGE.h" file in "QtCellLifeSimulationApp" project
26
-
- Delete "c3dvision.lib;c3d.lib;qtvision.lib;" from additional dependencies of "QtCellLifeSimulationApp" project
27
-
- Or you can only switch to commit with v1.3 tag
22
+
- Uncomment "`#define C3D_USAGE`" in "C3D_USAGE.h" file in "QtCellLifeSimulationApp" project
23
+
- Add "c3dvision.lib;c3d.lib;qtvision.lib;" to additional dependencies of "QtCellLifeSimulationApp" project in project settings
0 commit comments