• Stars
    star
    201
  • Rank 194,491 (Top 4 %)
  • Language
    Python
  • License
    Other
  • Created over 12 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Digsby = IM + Email + Social Networks

Required tools:

  • msysgit
  • cygwin
    • Note: on windows with UAC enabled, it may fail to run setup.exe after downloading packages. You'll have to run it manually.
    • After installing, open a cygwin shell (cygwin.bat) and execute perl -e "use Switch;"
    • If you don't get an error, cygwin is configured properly. Otherwise, execute the following:
      • curl -L http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Switch-2.16.tar.gz -o Switch-2.16.tar.gz
      • tar -xzf Switch-2.16.tar.gz
      • cd Switch-2.16
      • perl Makefile.PL && make && make install
  • Microsoft Visual C++ and components
  • SWIG
    • You'll have to put this on your PATH manually.
  • An SVN client (Tortoise, Slik, CollabNet)
    • Make sure the executing svn in your cmd.exe shell succeeds. If not, you'll have to add your client's bin directory to your PATH manually.
  • Python 2.6.*
    • As of 2012-Jul-25, the latest binary release is 2.6.6
    • Also unpack the source distribution on top of your install directory. This will make the headers (*.h) and object files (*.lib) for components that will be compiled.
  • setuptools
  • bakefile
  • pip - install with c:\Python26\Scripts\easy_install pip
  • virtualenv - install with c:\Python26\Scripts\pip install virtualenv

Dependencies

Assumptions - replace where necessary:

  • Your digsby checkout is in c:\digsby
  • You python install is in c:\Python26
  1. Open the 'Microsoft Visual Studio Command Prompt'
  2. cd c:\digsby
  3. c:\Python26\Scripts\virtualenv -p c:\python26\python.exe --distribute digsby-venv
  4. digsby-venv\Scripts\activate.bat
  5. python bootstrap.py
  6. deactivate
  7. digsby-venv\Scripts\activate.bat
    • bootstrap modifies the activate script.
  8. Run MSYS from within your command prompt by executing Git Bash.lnk from your msysgit install directory
    • You should now be inside of an MSYS shell with the correct Visual Studio environment variables set.
  9. buildout
  10. python sanity.py -_xmlextra -blist -cgui -sip -wx -wx.calendar -wx.lib -wx.py -wx.stc -wx.webview
    • All components should be OK. If not, see Dependency Troubleshooting, below.
  11. python digsby\build\msw\build_all.py
  12. python sanity.py
    • All components should be OK. If not, see Dependency Troubleshooting, below.

Dependency Troubleshooting

TODO

Link explainin how to fix the missing: vcvarsall.bat file: Fix Summary: You need to create a variable called: VS90COMNTOOLS that has the contents of VS100COMNTOOLS

Running Digsby

python Digsby.py

More Repositories

1

bruce

C++
147
star
2

infinite-scroll

Infinite Scroll for AngularJS
JavaScript
76
star
3

python-hipchat

Python
46
star
4

antelope

Antelope Realtime Events framework for feature engineering in agile machine learning environments.
Scala
26
star
5

client-storage

Client storage for AngularJS
JavaScript
23
star
6

cache-factory-angular

LRU cache with expiration support for AngularJS
JavaScript
21
star
7

netscaler-tool

Manage Citrix NetScaler using Nitro API
Python
18
star
8

autogrow

Autogrowing Textareas for AngularJS
JavaScript
13
star
9

monocle-api

API router focused on consistency, flexibility, and performance.
JavaScript
10
star
10

sip

SIP fork (C/C++ Python bindings generator)
C
8
star
11

satisfaction

The Next Generation Hadoop Scheduler
JavaScript
7
star
12

wx

wxWidgets (wxWebKitBranch-2.8)
C++
6
star
13

tasr

Tagged Avro Schema Repository
Python
5
star
14

brocade-tool

Monitor Brocade SAN Switches
Python
4
star
15

php-out

Terse output functions for effortless php templating.
PHP
2
star
16

urly

URL format converter for node
JavaScript
2
star
17

TraceOn

A simple PHP utility to trace(investigate) invocations of instance/static/global methods
PHP
2
star
18

ucarp

Tagged modifications to ucarp
Shell
1
star
19

ios-voting-stack

This is an iOS widget/component for making binary decisions on item.
Objective-C
1
star
20

connect-health-check

Healthcheck middleware for Connect apps
CoffeeScript
1
star
21

monocle-api-props

Monocle API's solution for verifying if deeply nested properties are set.
JavaScript
1
star
22

frontend-timing

A simple tool for measure frontend performance
JavaScript
1
star
23

hooks

Helper for version controlling git hooks
Python
1
star
24

tagged_test

Tagged C++ Testing framework, used by STIG. Simplified version.
C++
1
star
25

open-source-handbook

A handbook for how to open source projects at if(we).
1
star
26

tds

Application deployment system (TDS Deploys Stuff)
Python
1
star
27

api-client-js

Tagged API client for Node and the Browser
JavaScript
1
star
28

proximous

Configurable proxy middleware for node
JavaScript
1
star
29

homebrew-tagged

Homebrew recipes used at Tagged
Ruby
1
star