From cd5edb064f56b874036d1c1210e3d88b448153a5 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Mon, 19 Feb 2024 18:37:45 -0500 Subject: [PATCH] Remove outdated information from the README. --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 349cfb3..0fd91ba 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,14 @@ Dependencies ------------ - [Blender](http://blender3d.org) - 3D modeling software - [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 -------- 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 -with python bindings for the platform of your choice. You will need to be certain that you use the same version -of Python that ships with your Blender install. Once you have done this, copy the HSPlasma library and PyHSPlasma -python library into Blender's `python/lib/site-packages`. - -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. +with python bindings for the platform of your choice. A helper script has been provided to compile PyHSPlasma +and all dependency libraries for you on Windows. To build Korman for rapid development, run +`./build.ps1 -Dev -BlenderDir ""` Installing ----------