software installation - How do I download and install an application from github? - Ask Ubuntu
im trying app github , install on ubuntu.
usually in windows download exe or msi file , 2x click it. in ubuntu either using ppa or deb file or github.
i tried googling guides regarding github & closest concern here. tried following guide got stuck on step 2. guide wants me setup github account.
i trying github app (pesobit: pos-based cryptocurrency).
please guide me.
that git repository contains
install
file, common place building , installation instructions. reads:see
doc/readme-qt.rst
instructions on building pesobit qt, intended-for-end-users, nice-graphical-interface, reference implementation of pesobit.in
doc/readme-qt.rst
can find installation instructions “for debian , ubuntu”:first, make sure required packages qt5 development of distribution installed, debian , ubuntu these are:
apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev
then execute following:
qmake make
alternatively, install qt creator , open
pesobit-qt.pro
file.an executable named
pesobit-qt
built.you can find description of useful build options in file.
Comments
Post a Comment