Changes between Initial Version and Version 1 of InstallationCompilationPSPA


Ignore:
Timestamp:
Jun 23, 2015, 4:41:11 PM (9 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationCompilationPSPA

    v1 v1  
     1Une fois le code récupéré, il suffit de recompiler :
     2 * Les sofwtares
     3 * Le code de PSPA
     4 * Lance le server web
     5
     6'''Pour les sofwares :'''
     7{{{
     8cd sofware_clone_dir;
     9sh build-PSPA-Softwares.sh;
     10}}}
     11
     12'''Pour PSPA avec make :'''
     13{{{
     14cd PSPA_clone_dir;
     15sh build-PSPA_Develop.sh ;
     16}}}
     17
     18'''Pour PSPA avec XCode :'''
     19{{{
     20cd PSPA_clone_dir;
     21open tools/PSPA.xcodeproj/;
     22Puis reconstruire le projet avec XCode
     23}}}
     24