Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 03/05/2008, à 21:58

sylvain-a

compiler une archive tar.gz ...

Bonjour, sa fait plusieurs fois que passe la compilation en cherchant pour trouver un fichier deb ... Mais la s'en ai assez ^^ Je voudrais savoir comment on doit faire pour compiler car je ne comprends pas vraiment, on a cette archive mais que dois-je faire avec ? !

Merci d'avance

#2 Le 03/05/2008, à 22:07

xelator

Re : compiler une archive tar.gz ...

http://doc.ubuntu-fr.org/tutoriel/compilation

c'est quoi comme programme ?

Hors ligne

#3 Le 03/05/2008, à 22:09

sylvain-a

Re : compiler une archive tar.gz ...

euh ... mdbtools
^^

#4 Le 03/05/2008, à 22:29

sylvain-a

Re : compiler une archive tar.gz ...

quand j'en suis a l'étape 3, et que je tape : make, il me dit : aucun fichier makefile n'a était trouver ... Pourtant dans le repertoire il y est ...

#5 Le 03/05/2008, à 22:30

awala

Re : compiler une archive tar.gz ...

bonsoir
que te dis le fichier readme dans le répertoire ?

awala


Laptop Toshiba P200-1D0 sous karmic
Laptop Asus eeepc sous jaunty

Hors ligne

#6 Le 03/05/2008, à 22:32

sylvain-a

Re : compiler une archive tar.gz ...

euh ... Je vous le mets en tant que code :

This is mdbtools version 0.6pre1

Welcome to the exciting world of MDB Tools! In short, MDB Tools is a set of 
program to help you use Microsoft Access file in various settings.  The major
pieces are:

. libmdb    - the core library that allows access to MDB files programatically.
. libmdbsql - builds on libmdb to provide a SQL engine (ala Jet)
. utils     - provides command line utilities to list tables, export schema, 
              and data, show the version of the files, and other useful stuff.
. mdb-sql   - a command line SQL tool that allows one to type sql queries and
              get results.
. odbc      - An ODBC driver for use with unixODBC driver manager.  Allows 
              one to use MDB files with PHP for example.
. gmdb2     - The Gnome MDB File Viewer and debugger.  Still alpha, but making
              great progress.

If you are interested in helping, read the HACKING file for a description of 
where the code stands and what has been gleened of the file format.

The initial goal of these tools is to be able to extract data structures and 
data from mdb files.  This goal will of course expand over time as the file 
format becomes more well understood.  

Files in libmdb, libmdbsql, and libmdbodbc are licensed under LGPL and the 
utilities and gui program are under the GPL, see COPYING.LIB and COPYING files 
respectively.

To install see the INSTALL file

Check out http://mdbtools.sourceforge.net for CVS, mailing list and similar.

Brian Bruns
brian@bruns.com

P.S. I, like many other free software authors enjoy receiving postcards from the
places users of my software live.  So, if you enjoy the software and it has 
helped you out, consider sending me one, eh?  Just email me for my postal address.

Voila

#7 Le 04/05/2008, à 09:14

xelator

Re : compiler une archive tar.gz ...

et bien : To install see the INSTALL file big_smile
chaque installation est différente mais en général c'est :
./configure (vérification dépendance et préparation du makefile
make (compilation)
sudo make install (déplacement du programme dans les bons répertoires (/usr/bin /var/lib ....)

en même temps il est dans le dépôt ... mais si tu veux la dernière version il faut mieux compiler
xelator@Ufixe:~$ sudo apt-cache search mdbtools
libmdbtools - mdbtools libraries
mdbtools - JET / MS Access database (MDB) tools
mdbtools-dev - mdbtools development files
mdbtools-gmdb - JET / MS Access database (MDB) file viewer
openoffice.org-base - OpenOffice.org office suite - database
ctioga - command-line plotting utility
xelator@Ufixe:~$

Hors ligne