mirror of
https://github.com/H-uru/korman.git
synced 2025-07-14 02:27:36 -04:00
Update installer to support 64-bit
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
## Korman NSIS Installer
|
||||
|
||||
In order to facillitate usage by non-technical users, Korman has a NSIS installer. Currently, the
|
||||
installer only supports 32-bit Blenders because of PhysX limitations when exporting to MOUL. 64-bit
|
||||
installers should not be produced until the PhysX dependency is removed.
|
||||
In order to facillitate usage by non-technical users, Korman has a NSIS installer.
|
||||
|
||||
## Building the Installer
|
||||
You are responsible for supplying the following items in the Files directory:
|
||||
You are responsible for supplying the following items in the *x86* and*x64* subdirectories
|
||||
of the **Files** directory, as applicable:
|
||||
- libHSPlasma libraries (**HSPlasma.dll** and **PyHSPlasma.pyd**)
|
||||
- Visual C++ Redistributable package (**vcredist_x86.exe**)
|
||||
- **NxCooking.dll** *(if applicable)*
|
||||
- Visual C++ Redistributable package (**vcredist_x86.exe** or **vc_redist_x64.exe**)
|
||||
- Optionally, the C korlib (**\_korlib.pyd**)
|
||||
|
||||
Given that PyHSPlasma can only be used with ABI-compatible Python releases (generally minor version
|
||||
levels), it is recommended that you define the name of the Python DLL (**PYTHON_DLL**) you expect for
|
||||
|
Reference in New Issue
Block a user