diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2011-04-12 02:10:57 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2011-04-12 02:10:57 +0200 |
commit | 43b1cd7ac2a55145f9a80c5af505308c788f4b90 (patch) | |
tree | 8bc68ee925f13e8aa0c013eee855eebb811980d5 /protocols/skype/HACKING | |
parent | 6220254c1ecebce81ab765260ec0af3c3818f9a6 (diff) | |
parent | 9c97a03e2ec68559c21f319caca5cee94133f6b7 (diff) |
Merge bitlbee-skype into bitlbee
Diffstat (limited to 'protocols/skype/HACKING')
-rw-r--r-- | protocols/skype/HACKING | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/protocols/skype/HACKING b/protocols/skype/HACKING new file mode 100644 index 00000000..f5516832 --- /dev/null +++ b/protocols/skype/HACKING @@ -0,0 +1,26 @@ +== Tabs + +I use the following tabs during the development: + +1) bitlbee-skype: + +vim, make, etc. + +2) bitlbee: + +gdb --args ./bitlbee -v -n -D +run + +3) skyped: + +python skyped.py -n -d + +4) irssi + +== Get the code from git + +To get the code directly from git, you need: + +git clone git://vmiklos.hu/bitlbee-skype +cd bitlbee-skype +make autogen |