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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,14 @@ There are five projects here :
12
12
- WPF C# client
13
13
- Web C# ASP.NET / Angular client
14
14
15
-
This project depends from C3D Toolkit!
15
+
At first, need to set up your VS for working with Qt to build this project.
16
16
17
-
If you have it, you need to:
17
+
This project depends from C3D Toolkit! You can launch it without C3D, but, if you have it, you need to:
18
18
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
19
+
- Copy folder "QtVision" with QtVision static libray, built from [this](https://github.com/maxchistt/QtVision-Static-Class-Library)project by running "QtVision.Export.ps1", into solution folder
20
20
- Copy "Kernel" and "Vision" distribution folders into solution folder into "C3D" subfolder
21
-
- Define actual licence key and licence signature in "C3D_USAGE.h" file in "QtCellLifeSimulationApp" project
22
21
- 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
22
+
- Add "c3dvision.lib;c3d.lib;QtVision.lib;" to additional dependencies of "QtCellLifeSimulationApp" project in project settings
0 commit comments