Modélisation numérique d'une machine électrique pour la traction de véhicule hybride : Différence entre versions

De Wiki de Projets IMA
(Page créée avec « ==Introduction== == Présentation du projet == == Réalisation == »)
 
(Réalisation)
Ligne 4 : Ligne 4 :
  
 
== Réalisation ==
 
== Réalisation ==
 +
 +
 +
**Pré-requis
 +
 +
        Obligatoires :
 +
                1) GCC 4.x
 +
                  apt-get install g++
 +
                2) Python 2.6+/3.x
 +
                apt-get install python
 +
                3) LibUSB 1.0.x
 +
                apt-get install libusb-1.0-0-dev
 +
                4) FreeGLUT3
 +
                apt-get install freeglut3-dev
 +
                5) JDK 6.0
 +
                apt-get install openjdk-6-jdk
 +
 +
        Optionel (Pour la documentation):
 +
                1) Doxygen
 +
                  apt-get install doxygen
 +
                2) GraphViz
 +
                  apt-get install graphviz

Version du 19 novembre 2012 à 09:48

Introduction

Présentation du projet

Réalisation

    • Pré-requis
       Obligatoires :
               1) GCC 4.x
                 apt-get install g++
               2) Python 2.6+/3.x
                apt-get install python
               3) LibUSB 1.0.x
                apt-get install libusb-1.0-0-dev
               4) FreeGLUT3
                apt-get install freeglut3-dev
               5) JDK 6.0
                apt-get install openjdk-6-jdk
       Optionel (Pour la documentation):
               1) Doxygen
                 apt-get install doxygen
               2) GraphViz
                  apt-get install graphviz