Browse Source

Remove outdated information from the README.

pull/358/merge
Adam Johnson 3 months ago
parent
commit
cd5edb064f
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 12
      README.md

12
README.md

@ -8,20 +8,14 @@ Dependencies
------------ ------------
- [Blender](http://blender3d.org) - 3D modeling software - [Blender](http://blender3d.org) - 3D modeling software
- [libHSPlasma](https://github.com/H-uru/libhsplasma) - Universal Plasma library used for manipulating data - [libHSPlasma](https://github.com/H-uru/libhsplasma) - Universal Plasma library used for manipulating data
- [PhysX 2.6 SDK](http://www.nvidia.com/object/physx_archives.html) - optional, required only for exporting
ages to the Myst Online: URU Live format with libHSPlasma.
Building Building
-------- --------
Korman is written primarily in Python and therefore requires little in the way of compiling. However, Korman Korman is written primarily in Python and therefore requires little in the way of compiling. However, Korman
depends on the libHSPlasma Python bindings called "PyHSPlasma". Therefore, you will need to compile libHSPlasma depends on the libHSPlasma Python bindings called "PyHSPlasma". Therefore, you will need to compile libHSPlasma
with python bindings for the platform of your choice. You will need to be certain that you use the same version with python bindings for the platform of your choice. A helper script has been provided to compile PyHSPlasma
of Python that ships with your Blender install. Once you have done this, copy the HSPlasma library and PyHSPlasma and all dependency libraries for you on Windows. To build Korman for rapid development, run
python library into Blender's `python/lib/site-packages`. `./build.ps1 -Dev -BlenderDir "<path to blender 2.79>"`
See the installer directory for NSIS scripts. You can make a Windows installer by using `makensis
-DPYTHON_DLL=[pythonDllName] Installer.nsi`. Be sure to provide the Visual C++ redistributable and
libHSPlasma libraries. Prebuilt installers will be provided on the Guild of Writers website.
Installing Installing
---------- ----------

Loading…
Cancel
Save