Pages : 1
#1 Le 23/10/2007, à 18:43
- mickro
[resolu] Compiler libwiimote-0.4
Bonjour,
J'ai téléchargé la libwiimote sur http://libwiimote.sourceforge.net/
j'ai décompressé le tar.gz et j'obtiens
$ ls -l
total 76
-rw-r--r-- 1 mickro mickro 66 2007-02-05 22:33 AUTHORS
drwxr-xr-x 2 mickro mickro 4096 2007-03-10 15:59 bin
-rw-r--r-- 1 mickro mickro 335 2007-03-08 03:27 config.mk.in
-rw-r--r-- 1 mickro mickro 525 2007-03-10 15:46 configure.in
-rw-r--r-- 1 mickro mickro 18002 2007-01-09 02:12 COPYING
-rwxr-xr-x 1 mickro mickro 9233 2007-03-08 03:29 install-sh
drwxr-xr-x 2 mickro mickro 4096 2007-03-10 15:59 lib
-rw-r--r-- 1 mickro mickro 1072 2007-02-22 15:54 Makefile.in
-rw-r--r-- 1 mickro mickro 1816 2007-03-10 15:46 NEWS
-rw-r--r-- 1 mickro mickro 459 2007-01-09 02:12 README
drwxr-xr-x 2 mickro mickro 4096 2007-03-10 15:59 src
drwxr-xr-x 2 mickro mickro 4096 2007-03-10 15:59 test
-rw-r--r-- 1 mickro mickro 389 2007-02-08 01:36 TODO
et un petit visu dans la doc me dit :
LIBWIIMOTE - NINTENDO WIIMOTE LIBRARY FOR LINUX
===============================================
Copyright (C) 2007 Joel Andersson <bja@kth.se>
INSTALL
Make sure you have BlueZ installed. Type make in the toplevel directory to
build the library and sample applications. After the build is complete the
library can be found in the lib directory.
USAGE
In the test directory there are a couple of test applications that illustrate
how to use this library.
je lance donc un petit make pour avoir un message d'erreur prévisible :
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.
je me dis que le configure.in doit servir à quelque chose d'utile dans ma quête... mais à quoi ?
alors si quelqu'un sait comment compiler cette lib...
Dernière modification par mickro (Le 23/10/2007, à 20:03)
__mickro__
Hors ligne
#2 Le 23/10/2007, à 19:15
- masterlolo
Re : [resolu] Compiler libwiimote-0.4
essai
./install-sh
Hors ligne
#3 Le 23/10/2007, à 19:35
- r2dd
Re : [resolu] Compiler libwiimote-0.4
http://sourceforge.net/forum/forum.php?thread_id=1730045&forum_id=652224
#4 Le 23/10/2007, à 20:02
- mickro
Re : [resolu] Compiler libwiimote-0.4
merci tous les deux
depuis http://sourceforge.net/forum/forum.php? … _id=652224
To build the library and sample applications, change to the top-level
directory and type:
autoconf
./configure
make
voilà qui résout le problème
__mickro__
Hors ligne