diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-30 07:35:09 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-30 07:35:09 +0000 |
commit | e270295e45b14cd3405d94b1184f4242737c5cf3 (patch) | |
tree | cba87f7208132f1cbaed0e89504eb787f821e293 /plugins/StopSpamMod/docs | |
parent | 8db272850a6e89689424eb3058e833511ee64232 (diff) |
StopSpamMod added to a full solution, unchecked (boost), small projects adjustment
git-svn-id: http://svn.miranda-ng.org/main/trunk@1271 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/docs')
-rw-r--r-- | plugins/StopSpamMod/docs/stopspam_mod-readme.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/StopSpamMod/docs/stopspam_mod-readme.txt b/plugins/StopSpamMod/docs/stopspam_mod-readme.txt new file mode 100644 index 0000000000..4f317d214d --- /dev/null +++ b/plugins/StopSpamMod/docs/stopspam_mod-readme.txt @@ -0,0 +1,5 @@ +* Build Dependencies + 1. boost (http://www.boost.org/) + 2. c++ compiller (because of miranda have compiled with MSVC, only msvc compiled builds working fine (i have no success with mingw, please report your result :) )) +* Runtime Dependencies + 1. MIranda IM at least 0.8 (custom builds should be compiled fine against 0.6, 0.7 miranda api) |