Add README.md.

This commit is contained in:
/dev/urandom 2015-12-31 04:12:54 +01:00
parent 911016dc5c
commit 8f326eabe6
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

11
README.md Normal file
View File

@ -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).