Skip to content
This repository was archived by the owner on Apr 11, 2020. It is now read-only.

livenet123/NewtonWallet

Repository files navigation

Build status

Newton GUI Wallet

Building on Mac OSX

you need Homebrew and Command Line Tools to be installed on your macOS. Open terminal and execute

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

install dependencies for Newton GUI Wallet

brew install boost
brew install cmake
brew install qt5
brew link --force qt5
sudo ln -s /usr/local/Cellar/qt/5.11.0/mkspecs /usr/local/mkspecs
sudo ln -s /usr/local/Cellar/qt/5.11.0/plugins /usr/local/plugins
sudo ls /usr/local/opt/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake

get a copy of the sources and build

git clone https://github.com/livenet123/Newton.git
git clone https://github.com/livenet123/NewtonWallet.git
cd NewtonWallet
ln -s ../Newton/ cryptonote
mkdir build && cd build
export CMAKE_PREFIX_PATH=/usr/local/opt/qt5/
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Building on Ubuntu

sudo apt-get install build-essential libboost-all-dev git cmake qtbase5-dev
git clone https://github.com/livenet123/Newton.git
git clone https://github.com/livenet123/NewtonWallet.git
cd NewtonWallet
ln -s ../Newton/ cryptonote
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Installation Guide thank's to @Shilli Vanilli

Building on Windows

You need Microsoft Visual Studio Community 2017. Download and install it selecting C++, git, cmake integration packages. Run Visual Studio x64 command prompt from start menu. Get binary package Boost and install it or you can build boost from source

git clone https://github.com/livenet123/NewtonWallet.git
cd NewtonWallet
git clone https://github.com/livenet123/Newton.git cryptonote
md build && cd build
cmake -G "Visual Studio 15 2017 Win64" .. -DCMAKE_BUILD_TYPE=Release
MSBuild NewtonWallet.sln /p:Configuration=Release /m

OR you can open NewtonWallet Solution in Visual Studio and build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •