source: skype/HACKING @ 25a7eb8

Last change on this file since 25a7eb8 was 83f9aeb, checked in by Miklos Vajna <vmiklos@…>, at 2009-01-07T00:31:24Z

update HACKING

  • Property mode set to 100644
File size: 349 bytes
Line 
1== Tabs
2
3I use the following tabs during the development:
4
51) bitlbee-skype:
6
7vim, make, etc.
8
92) bitlbee:
10
11gdb --args ./bitlbee -v -n -D
12run
13
143) skyped:
15
16python skyped.py -n -d -c ./skyped.conf
17
184) irssi
19
20== Get the code from git
21
22To get the code directly from git, you need:
23
24git clone git://vmiklos.hu/bitlbee-skype
25cd bitlbee-skype
26make autogen
Note: See TracBrowser for help on using the repository browser.