Giter Site home page Giter Site logo

liecoin2wallet's Introduction

Dependencies: boost >= 1.58, CMake >= 2.8.6, GCC >=4.7.3, Qt >=5.0

1. Clone wallet sources

git clone https://github.com/valiant1x/cryptonotewallet/Liecoinwallet.git

2. Update git submodule:

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

3. Build

Windows build

mkdir build && cd build && cmake -G "Visual Studio 15 Win64" .. && make

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

-DPORTABLE=1 -DWITH_AVX2=0

On windows, you may find it helpful to explicitly include Boost and Qt library paths:

cmake -G "Visual Studio 15 Win64" -DCMAKE_PREFIX_PATH="C:\Qt2\5.9.1\msvc2015" -DBOOST_ROOT="C:\boost_1_64_0_built" -DBOOST_INCLUDEDIR="C:/boost_1_64_0_built/lib32-msvc-14.1" -DBOOST_LIBRARYDIR="C:\boost_1_64_0_built\libs"

*nix build

mkdir build && cd build && cmake -DSTATIC=1 .. && make

To create a portable build (AppImage), use linuxdeployqt:

cp src/Liecoinwallet.desktop build/
cp src/images/Liecoin.png build/
cd build
linuxdeployqt.AppImage Liecoinwallet.desktop -appimage -verbose=2 -always-overwrite -no-translations

liecoin2wallet's People

Contributors

killheaven 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.