[github] "Use the autogen script to prepare the build environment"
Bonjour à tous je souhaite installer un packet depuis github helas je ne suis pas très à l'aise,
je viens bien en root mais je n'arrive à lancer le script :?
J'ai tenté un :
- qmake : Retourne =>
Code:
1 2 3
|
root@WEBORANGE:/home/userlocal/crypto/darkcoin# qmake
Usage: qmake [mode] [options] [files] |
- make : Retourne =>
Code:
1 2 3
|
root@WEBORANGE:/home/userlocal/crypto/darkcoin# make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt. |
Code:
1 2 3 4
|
root@WEBORANGE:/home/userlocal/crypto/darkcoin# ls
autogen.sh contrib depends INSTALL pkg.m4 README.md src
configure.ac COPYING doc Makefile.am qa share |
Citation:
Building Darkcoin
Use the autogen script to prepare the build environment.
./autogen.sh
./configure
make
Precompiled binaries are available at github, see
https://github.com/darkcoinproject/darkcoin-binaries
Always verify the signatures and checksums.
See doc/build-*.md for instructions on building darkcoind,
the intended-for-services, no-graphical-interface, reference
implementation of Darkcoin.
Je suppose que c'est quelque chose de basique mais comme précisé je ne suis pas encore très à l'aise avec github, merci par avance !