Giter VIP home page Giter VIP logo

libcoin's Introduction

libcoin supports building of static and dynamic libraries on:
* Linux
* Mac OS X
* Windows (experimental)
Further, the reference application, libcoind, is supported along with a number of representative examples.

To build libcoin on unix flavor systems, you need to install development versions of Berkeley DB (C++),
Boost and OpenSSL and SQLite3. (Please note that on some systems OpenSSL does not contain ECDSA, if so,
please install it yourselves). After installation of the necessary dependencies building follows the standard scheme:
* ./configure
* make
* sudo make install
If you would like to tweak the installation, run the configure part manually by calling:
* cmake . or ccmake .
with the preferred generator. E.g. on Mac OS X building with Xcode can be accomplished by:
* cmake -GXcode .
Then open libcore.xcodeproj using Xcode and build libcoin from here.

Cheat sheet for Ubuntu:
* sudo apt-get install libboost-all-dev
* sudo apt-get install libssl-dev
* sudo apt-get install libsqlite3-dev
* sudo apt-get install libdb++-dev
* git clone https://github.com/libcoin/libcoin.git
* cd libcoin
* ./configure
* make
* sudo make install

On windows separate building instructions can be found online:
https://github.com/libcoin/libcoin/wiki/Windows-build

libcoin's People

Contributors

codler avatar domob1812 avatar dooglus avatar ericj2190 avatar gavinandresen avatar gronager avatar ius avatar jayschwa avatar jeremyrand avatar jeremysalwen avatar joelkatz avatar jonasbits avatar jordanlewis avatar jrmithdobbs avatar justmoon avatar laanwj avatar luke-jr avatar mgiuca avatar mhanne avatar mibe avatar muggenhor avatar non-github-bitcoin avatar paraipan avatar sgimenez avatar sipa avatar spiechu avatar vegard avatar wizeman avatar xhire avatar xslidian avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

pol-no

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.