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 script : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
 
root@WEBORANGE:/home/userlocal/crypto/darkcoin# qmake
Usage: qmake [mode] [options] [files]


- make : Retourne =>
Code script : S�lectionner tout - Visualiser dans une fen�tre � part
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 script : S�lectionner tout - Visualiser dans une fen�tre � part
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




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 !