Giter Site home page Giter Site logo

penny-admixture / talleo-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from megankde/talleo-gui

2.0 0.0 0.0 13.62 MB

GUI wallet for Talleo

License: GNU Lesser General Public License v3.0

CMake 0.97% C++ 98.30% Objective-C++ 0.54% Objective-C 0.10% C 0.09%

talleo-gui's Introduction

About Talleo

Talleo is a cryptocurrency with the aim to become a worldwide accepted payment method with enhanced privacy and maintaining decentralisation.

You can read more about it at https://bitcointalk.org/index.php?topic=5195073

About Talleo-gui

This is a multi-platform GUI wallet for Talleo.

Building Talleo-gui

1. Clone wallet sources

git clone [email protected]/TalleoProject/talleo-gui

2. Update git submodules

git submodule update --init --recursive
git submodule foreach git pull origin master

3. Build

On Windows

Dependencies: MSVC 2015 or later, CMake 2.8.6 or later, Boost 1.59 or later and QT 5.1 or later.

You may download them from:

To build, change to a directory where this file is located, and run these commands:

mkdir build
cd build
cmake -G "Visual Studio 14 Win64" ..

If you are building on an older processor without AVX support, add the following options to cmake:

-D PORTABLE=1 -D WITH_AVX2=0

You may find it helpful to explicitly include Boost and QT paths:

cmake.exe -DPORTABLE=1 -Wno-dev -D BOOST_ROOT=C:\boost_1_59_0 -D BOOST_LIBRARYDIR=C:\boost_1_59_0\libs\ -D CMAKE_PREFIX_PATH=D:\Qt\5.10.0\msvc2015_64 -G "Visual Studio 14 Win64" ..

And then build from within MSVC.

On * nix / OS X

Dependencies: CMake 2.8.6 or later, Boost 1.59 or later and QT 5.1 or later.

You may download them from:

mkdir build && cd build && cmake -D STATIC=1 -D WITH_TESTS=0 -D WITH_TOOLS=0 .. && make

You may find it helpful to explicitly include Boost and QT paths

cmake -D STATIC=1 -D WITH_TESTS=0 -D WITH_TOOLS=0 -D BOOST_ROOT=/boost_1_59_0 -D BOOST_LIBRARYDIR=/boost_1_59_0/libs/ -D CMAKE_PREFIX_PATH=/qt/5.10 ..

To create a portable build

On *nix

Dependencies: linuxdeployqt

rm -rf build/appimage
mkdir build/appimage
cp src/Talleo.desktop build/appimage
cp src/images/Talleo.png build/appimage
cp build/TalleoWallet build/appimage
cd build/appimage
linuxdeployqt-continuous-x86_64.AppImage Talleo.desktop -appimage -verbose=2 -always-overwrite -no-translations
mv Talleo_Wallet-x86_64.AppImage ..
On OS X
./macdeployqt Talleo.app -dmg
On Windows
windeployqt.exe TalleoWallet.exe

Community and support

You can find us at:

License

Talleo-gui is licensed under the GNU Lesser General Public License v3.0

Credits

Partially based on inbestcoin-gui, intensecoinwallet and cryptonotewallet

talleo-gui's People

Contributors

bittorium avatar mtl1979 avatar

Stargazers

 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.