run-cmake.bat: ensure Python packages are installed to the right direction.

This commit is contained in:
Stinkfist0
2015-10-30 22:46:04 +02:00
parent 455d382a9e
commit 7b4d8734ed
2 changed files with 9 additions and 7 deletions
+5 -4
View File
@@ -27,14 +27,15 @@ After the dependencies are build, execute run-cmake.bat. The batch file expects
%1, or alternatively if more parameters are provided, %* is passed for the CMake inkovation. If no %1
is provided, the same default value as above is used. This batch script will create a folder of form
build-vs<VERSION>-<ARCHITECTURE> which will contain the solution and project files for Visual Studio.
IMPORTANT: If you wish to use any library from a custom location, modify the paths in run-cmake.bat
accordingly.
All of the dependencies are build as static libraries against the static run-time allowing the developer
to effortlessly deploy standalone binaries.
You can now build the project using the IfcOpenShell.sln file in the build folder. Build the INSTALL
project if wanted. The project will installed to installed-vs<VERSION>-<ARCHITECTURE> folder in the
project's root folder and the required IfcOpenShell-Python parts are deployed to the Python's Lib
folder.
You can now build the project using the IfcOpenShell.sln file in the build folder. Build the INSTALL project
if wanted. The project will installed to installed-vs<VERSION>-<ARCHITECTURE> folder in the project's root
folder and the required IfcOpenShell-Python parts are deployed to the <PYTHONPATH>\Lib\site-packages folder.
== Directory Structure ==