Giter Club home page Giter Club logo

alloy-gui's Introduction

Alloy GUI

Copyright (c) 2017-2018, The Alloy Developers.
Portions Copyright (c) 2012-2017, The CryptoNote Developers, The Bytecoin Developers.

License

Alloy's GUI Wallet is licensed under the "MIT License" for more info, refer to the License file.

Download Releases

https://github.com/alloyproject/alloy-gui/releases

How to build for Ubuntu Linux

sudo apt-get -y install build-essential libssl-dev libboost-all-dev

sudo apt-get -y install gcc-4.8 g++-4.8 git cmake

sudo apt-get install qt5-default qttools5-dev-tools

git clone https://github.com/alloyproject/alloy-gui

cd alloy-gui

git submodule add -f https://github.com/alloyproject/alloy

cp CMakeLists_ubuntu.txt CMakeLists.txt

mkdir build ; cd build

cmake ..

make

./AlloyWallet

How to build for Mac OS

Install Homebrew from here: https://brew.sh/

mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew

Open a Terminal and type:

brew install qt5

brew install cmake

Download a copy of the alloy-gui source:

cd /opt

git clone https://github.com/alloyproject/alloy-gui

Enter the alloy-gui directory:

cd alloy-gui

Download the latest alloycoin codebase:

git submodule add -f https://github.com/alloyproject/alloy

Use the correct CMake File

cp CMakeLists_Mac.txt CMakeLists.txt

Create a build directory and enter it:

mkdir build && cd build

Run the the cmake with your qt5 lib path:

/opt/homebrew/bin/cmake -DCMAKE_PREFIX_PATH:STRING='/opt/homebrew/opt/qt5/lib/cmake' ..

Run make to build the wallet:

make

Fix the Links

/opt/homebrew/opt/qt/bin/macdeployqt AlloyWallet.app/

When the build has finished, to copy the Alloy GUi app into your Application folder type:

cp -r AlloyWallet.app ~/Applications

You can now run the Alloy GUI from Finder. Make sure that alloyd is running in a terminal window else the GUI will crash on startup.

alloy-gui's People

Contributors

nighthawk18 avatar cmarshall108 avatar alloy-project avatar alloyproject avatar amittell avatar kh4n-ro avatar

Watchers

 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.