Pages : 1
#1 Le 09/11/2005, à 22:00
- larotule
[Resolu] - Compilation Btscanner
bonjour,
ayant ete incapable de compiler btscanner
j'ai fait appel au createur du programme : tim hurman
voici la marche a suivre pour compiler btscanner sous breezy :
cd~
wget http://www.pentest.co.uk/src/btscanner-2.0.tar.bz2
tar -xvf *.tar.bz2
sudo apt-get install libncurses5-dev
sudo apt-get install libbluetooth1-dev
sudo apt-get install libxml++2.6-dev
cd btscanner-2.0
./configure
maintenant avant le make il faut retire un flag du makefile (merci tim)
This looks like one of the options detected by autoconf/automake is not being accepted by GCC. I
am not sure if ubuntu patches auto* in any way. The simple answer is to remove the "-Wimplicit-function-dec" argument from the Makefile after running the configure script. Does that enable it to compile?
Yours, Tim.
donc :
sudo gedit Makefile
et vous retirer l'option : -Wimplicit-function-dec
maintenant
make
sudo make install
et voilà !
sudo btscanner
Dernière modification par larotule (Le 21/11/2005, à 17:25)
Hors ligne
Pages : 1