GithubHelp home page GithubHelp logo

niterain / digsby Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ifwe/digsby

2.0 3.0 0.0 54.87 MB

Digsby = IM + Email + Social Networks

Home Page: http://www.digsby.com

License: Other

Python 76.82% Shell 0.04% C++ 12.49% CSS 2.13% JavaScript 3.37% Ruby 0.05% C 4.97% XSLT 0.03% PHP 0.01% Pascal 0.07% Objective-C 0.02% Visual Basic 0.01%

digsby's Introduction

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

digsby's People

Contributors

iliepandia avatar kevinw avatar mikedougherty avatar nike-17 avatar niterain avatar stelminator avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.