From d2c5fbd8c2f3d1d7bd77a52b8f65f992e484dea3 Mon Sep 17 00:00:00 2001 From: xavierqet Date: Wed, 9 Jan 2008 18:01:46 +0000 Subject: [PATCH] Ajout d'une description et d'un resume rapide de la procedure d'installation. Mise a jour du fichier CREDIT. Le tout en anglais et en francais. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@268 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- CREDIT | 17 ++++++++++++++--- INSTALL | 19 +++++++++++++++++++ README | 9 +++++++++ 3 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 INSTALL create mode 100644 README diff --git a/CREDIT b/CREDIT index 32d98d145..ac325a66d 100644 --- a/CREDIT +++ b/CREDIT @@ -1,6 +1,17 @@ -Merci à Trolltech pour la bibliothèque Qt ( http://trolltech.com/ ), sous +[en] +Thanks to Trolltech for their Qt library ( http://trolltech.com/ ), licensed +under GNU/GPL. +Thanks to Everaldo Coelho for the Crystal SVG icons theme ( +http://www.everaldo.com/crystal/ ) licensed under LGPL, and to the KDE +project (http://www.kde.org/ ). +Thanks to Loic for his mathematics-related explanations. +Thanks to Nicolas for the Mac OS X Packaging. + +[fr] +Merci à Trolltech pour la bibliothèque Qt ( http://trolltech.com/ ), sous licence GNU/GPL. -Merci à Everaldo Coelho pour le thème d'icônes Crystal SVG ( +Merci à Everaldo Coelho pour le thème d'icônes Crystal SVG ( http://www.everaldo.com/crystal/ ) sous licence LGPL, ainsi qu'au projet KDE ( http://www.kde.org/ ). -Merci à Loic pour ses explications d'ordre mathématique. +Merci à Loic pour ses explications d'ordre mathématique. +Merci à Nicolas pour le packaging pour Mac OS X. diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..de9eca896 --- /dev/null +++ b/INSTALL @@ -0,0 +1,19 @@ +[en] +Requirements : +libQt4 (see packages libqt4*) +cupsys-bsd for printing + +Howto compile : +$ qmake (qmake-qt4 for Debian-based systems) +$ make +# make install + +[fr] +Pré-requis : +libQt4 (paquets libqt4*) +cupsys-bsd pour l'impression + +Comment compiler : +$ qmake (qmake-qt4 pour les systèmes basés sur Debian) +$ make +# make install diff --git a/README b/README new file mode 100644 index 000000000..d6af004bb --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +[en] +QElectroTech is a Qt4 application to design electric diagrams. It uses XML +files for elements and diagrams, and includes both a diagram editor and an +element editor. + +[fr] +QElectroTech est une application Qt4 pour réaliser des schémas électriques. +QET utilise le format XML pour ses éléments et ses schémas et inclut un +éditeur de schémas ainsi qu'un éditeur d'élément.