Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWaddles committed Apr 1, 2015
1 parent 8c04a88 commit c2c1f8b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,24 @@ This is the developer repository, and should only be used if you know what you'r
Visit [PaydayMods.com](http://paydaymods.com/) to get the latest stable download.

## Dependencies
Waddles put some stuff here on how to get the dependencies running for godssake.
Something about OpenSSL, and cURL, and zLib, idk.
Payday2 BLT requires the following dependencies, which are all statically linked.
* OpenSSL
* cURL
* zlib
* Detours

### OpenSSL
OpenSSL should be compiled as static libraries and the libraries placed in the lib directory, and the headers in the incl directory

### cURL
cURL should be compiled as static, with the WITH_SSL parameter set to 'static' and the previously compiled OpenSSL libraries in the dependencies directory.

### zLib
zLib should be compiled as static.
I had to add SAFESEH handling to the MASM objects in order for this to be compatible with Payday2-BLT

### Detours
A compiled version of detours is included, and all terms of the included Microsoft Research Shared Source License Agreement (detours_license.rtf) are applicable.

## Documentation
All documentation can be found via the navigation bar the Payday Mods site, or just [go to it directly](http://payday-2-blt-docs.readthedocs.org/en/latest/). It's also available on [GitHub](https://github.com/JamesWilko/Payday-2-BLT-Docs) (or click the 'Edit on GitHub' button) so that you can contribute stuff if you need to, or need us to fix something.
Expand Down
Binary file added lib/detours_license.rtf
Binary file not shown.

0 comments on commit c2c1f8b

Please sign in to comment.