From 8f326eabe64d8ef1b385d95c780bdb4d0bf6b59f Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Thu, 31 Dec 2015 04:12:54 +0100 Subject: [PATCH] Add README.md. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..758a5065 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# IW4x + +## How to compile + +- Run `premake5 vs2015` (build with VS2015) or `premake5 vs2013` (with VS2013). +- Build via solution file in `build\iw4x.sln`. + +## Premake arguments + +- `--copy-to=PATH` - Optional, copy the DLL to a custom folder after build, define the path here if wanted. +- `--no-new-structure` - Do not use new virtual path structure (separating headers and source files).