diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-28 16:59:27 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-28 16:59:27 +0000 |
commit | 9fd9231b1907964d635a50da24675674d2c42ece (patch) | |
tree | d58acc69f386620d9eb6c9879ec6456cc31149b9 /protocols/Skype/docs/readme.txt | |
parent | 7c0e5b51fe8bca5192638fa141dcc8e450ba4028 (diff) |
docs update
git-svn-id: http://svn.miranda-ng.org/main/trunk@2103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/docs/readme.txt')
-rw-r--r-- | protocols/Skype/docs/readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Skype/docs/readme.txt b/protocols/Skype/docs/readme.txt new file mode 100644 index 0000000000..085f39f917 --- /dev/null +++ b/protocols/Skype/docs/readme.txt @@ -0,0 +1,4 @@ +for compiling plugin with your own skipekit you need to create key.h with defining like that
+#define MY_KEY "MY_KEY"
+then you need to pack your *.crt file with keypacker utility.
+Names and pathes of directories and cert file you can see in source code.
\ No newline at end of file |