mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-14 20:33:05 +02:00
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
This commit is contained in:
parent
8cd94b3137
commit
d2c5fbd8c2
17
CREDIT
17
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.
|
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.everaldo.com/crystal/ ) sous licence LGPL, ainsi qu'au projet KDE (
|
||||||
http://www.kde.org/ ).
|
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.
|
||||||
|
19
INSTALL
Normal file
19
INSTALL
Normal file
@ -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
|
9
README
Normal file
9
README
Normal file
@ -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.
|
Loading…
x
Reference in New Issue
Block a user