Ignore:
Timestamp:
10/29/10 12:22:13 (14 years ago)
Author:
yerima
Message:

The common object witch is the "Order" is present present both in the modinspace window than in the spaceintraj one according to the grammar. So some updates are made in those three class (OrderWindow?, ModinspaceWindow? and SpaceintrajWindow?).Visual Yao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yao/src/interface/configure

    r465 r472  
    11#!/bin/bash 
    2 make && ./interface 
     2echo "Phase 1: Compilation de la grammaire de Yao." 
     3cd .. 
     4make 
     5echo "Compilation de la grammaire terminée." 
     6cp Yao9Generator interface/ 
     7 
     8echo "export VYAO=$HOME/Documents/Depot_Yao/svn/trunk/yao/src/interface/" > $HOME/.bashrc 
     9echo "export PATH=$PATH:$VYAO" > $HOME/.bashrc 
     10 
     11cd - 
     12echo "Retour dans le répertoire interface" 
     13echo "Phase 2: Compilation de Visual Yao." 
     14qmake -project && qmake && make 
     15sed -i -e '16c INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Isrc/include -I. -I../../share/antlr-2.7.7/lib/cpp/ -I../../share/boost_1_39_0/ -I.' Makefile 
     16make && echo "Compilation terminée" && ./interface 
     17echo "Phase 3: Compilation de Visual Yao." 
     18#make  
Note: See TracChangeset for help on using the changeset viewer.