Skip to content

BugFreeSoftware/Moneychanger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moneychanger (System Tray Oriented)

An intuitive QT/C++ system tray client for Open-Transactions.

Development (and Manual) Build Instuctions

Download the latest moneychanger code (If you are planning to contribute please contact the devs in #opentransactions @ freenode.net irc chat)

git clone https://github.com/Open-Transactions/Moneychanger.git

IDE

Download QT tools (Qt Core Version 5.1.0+; 64bit compiling support Recomended for OT)

Open the moneychanger.pro file and press run.

(First make sure you have installed the OT library

https://github.com/Open-Transactions/Open-Transactions

or

https://github.com/FellowTraveler/Open-Transactions )

Manual

cd Moneychanger/project

qmake

make

(NB: qmake will be qmake-qt4 or qmake-qt5 on linux RH, Fedora)

Dependencies

(Only on Unix systems)

Install the following packages with your systems packagmanager (e.g. sudo apt-get install):

libidn11 libidn-devel libcurl4 libcurl-devel

Contributing

All development goes in develop branch - please don't submit pull requests to master.

Please do NOT use an editor that automatically reformats.

About

A QT/C++ client for Open-Transactions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 71.0%
  • C++ 24.6%
  • TypeScript 3.1%
  • Perl 0.8%
  • Shell 0.2%
  • Visual Basic .NET 0.2%
  • IDL 0.1%