Skip to content

amittell/alloy-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alloy GUI

Copyright (c) 2017-2018, The Alloy Developers.

License

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

How to build for Mac OS

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

Open a Terminal and type:

brew install qt5

Download a copy of the alloy-gui source:

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

Enter the alloy-gui directory:

cd alloy-gui

Download the latest alloycoin codebase:

git submodule add https://github.com/alloy-project/alloy

Create a build directory and enter it:

mkdir build && cd build

Run the the cmake with your qt5 lib path:

cmake -DCMAKE_PREFIX_PATH:STRING='/usr/local/opt/qt5/lib/cmake' ..

Run make to build the wallet:

make

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

cp -r Alloy.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.

About

Alloy GUI wallet source code repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages