AraguaneyBits / onixcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ONIXCOIN

Requisitos para compilar (Ubuntu):

Requirements to compile (Ubuntu)

sudo apt-get install git build-essential libssl-dev libboost-all-dev libqrencode-dev libdb++-dev libminiupnpc-dev qt-sdk -y

Compilar ONIXd (Consola)

Compiling ONIXd (Console)

git clone https://github.com/onix-project/onixcoin.git
cd onixcoin/src
make -f makefile.unix

Compilar ONIX-qt (Interfaz gráfica)

Compiling ONIX-qt (Graphical Interface)

git clone https://github.com/onix-project/onixcoin.git
cd onixcoin
qmake USE_UPNP=- USE_QRCODE=0 USE_IPV6=0 
make

About


Languages

Language:C++ 77.8%Language:C 18.0%Language:HTML 2.5%Language:Makefile 0.5%Language:QMake 0.4%Language:Shell 0.4%Language:Objective-C++ 0.1%Language:NSIS 0.1%Language:Python 0.1%Language:CSS 0.1%Language:Objective-C 0.0%