From c8358c2ee4fae74582801de23179cdc545c26987 Mon Sep 17 00:00:00 2001 From: Deorder <31899960+deorder@users.noreply.github.com> Date: Wed, 10 Apr 2019 05:20:53 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 340522d..768b0cd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# libbsarch +# BSArchive DLL and C++ bindings BSArchive Dynamic Link Library and C++ bindings + +## How to build + +1) Create a `XEditPath` environment variable and set it to the directory cointaining the XEdit code +2) Build the DLL in Delphi by opening the `libbsarch.dproj` project +3) Build the LIB in Visual Studio by opening the `libbsarch.sln` project +4) Rename `libbsarch_dummy.lib` to `libbsarch.lib` + +## How to use + +Use the `libbsarch.dll`, `libbsarch.lib` and `libbsarch.h` in your project.