wiki:InstallationCompilationPSPA

Une fois le code récupéré, il suffit de recompiler :

  • Les sofwtares
  • Le code de PSPA
  • Lance le server web

Pour les sofwares :

cd sofware_clone_dir;
sh build-PSPA-Softwares.sh;

Pour PSPA avec make :

cd PSPA_clone_dir;
sh build-PSPA_Develop.sh ;

Pour PSPA avec XCode :

cd PSPA_clone_dir;
open tools/PSPA.xcodeproj/;
Puis reconstruire le projet avec XCode

Last modified 9 years ago Last modified on Jun 23, 2015, 4:41:11 PM