-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathREADME.WIN32
35 lines (28 loc) · 1.79 KB
/
README.WIN32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
============================================================================
== BUILDING SOQT ON WINDOWS ==
============================================================================
Building SoQt on Windows is done by using the CMake build configuration.
Check out the detailed build instructions in the INSTALL file of the Coin
installation directory.
The Autotools build system is still maintained but at a significantly lower
priority.
============================================================================
== OLD INFORMATION ON BUILDING SOQT ON WINDOWS ==
============================================================================
Make sure you have built Coin before building SoQt. You can substitute
another Open Inventor implementation for Coin, but expect to need to
tweak source code or compile/link settings if doing so. We try to be
as compatible as possible, but it can take a long while between every
time we test the compatibility.
If you built Coin through the Visual Studio project files under build/,
then do the same for SoQt. The project files are in the same location
under SoQt. If you on the other hand built Coin from the Cygwin shell
using the configure + make process, then proceed in the same way for
SoQt. You can not use the configure + make process to build SoQt if you
did not build Coin the same way. The necessary coin-config script is
not set up and installed if you used Visual Studio to build Coin.
See Coin/README and Coin/README.WIN32 for more instructions.
The Visual Studio project files are BTW set up for linking against a
particular version of Qt, which is probably not the Qt version you are
using. You will therefore need to manually update/change which Qt
libraries are used when linking.