################################################################################
################################################################################
This repo is a straight fork of the Bitcoin Armory wallet, with currently no changes at the time of writing this. The repo has been set up ready for developers to make the necessary changes to port the codebase from Bitcoin to Peercoin. I will raise issues in Github to track this project and work needed to make the Peercoin Armory Wallet.
Please feel free to make pull requests to the repo. As there is significant work required here, I may make a branch on the repo to allow people to submit testing pulls to the code. Please contact me directly on http://www.peercointalk.org if you plan to make (or have made) a lot of changes to the code, and would like to submit a large pull request.
It would be nice to have all the features that Bitcoin Armory has to offer, but a working version for Peercoin is the current "Phase 1" goal. Other features can be added later.
Fuzzybear
################################################################################
################################################################################
*
Dependencies
Crypto++
Linux: Install package "libcrypto++-dev"
Windows: Download from "http://www.cryptopp.com/#download"
SWIG Linux: Install package "swig" Windows: "http://www.swig.org/download.html" (MSVS: Copy swigwin-2.x directory next to cryptopp as "swigwin")
Python 2.6/2.7 Linux: Should be preinstalled... Windows: "http://www.python.org/getit/"
Python Twisted -- asynchronous networking Linux: Install package 'python-twisted' Windows: "http://twistedmatrix.com/trac/wiki/Downloads"
PyQt 4 (for Python 2.X) Linux: Install "libqtcore4", "libqt4-dev" and "python-qt4" Windows: "http://www.riverbankcomputing.co.uk/software/pyqt/download"
qt4reactor.py -- combined eventloop for PyQt and Twisted All OS: https://launchpad.net/qt4reactor Windows Only: qt4reactor relies on pywin32 (for win32event module) http://sourceforge.net/projects/pywin32/files/pywin32/
pywin32
py2exe (OPTIONAL - if you want to make a standalone executable in Windows) Windows: http://www.py2exe.org/