9 | | * [wiki:InstallationCompilationSoftwares Compilation des softwares utilisables par PSPA, compilation et lancement de PSPA] |
| 9 | |
| 10 | '''2 versions du code PSPA disponibles :''' |
| 11 | * Développement : https://rhodecode.lal.in2p3.fr/PSPA/PSPA/ branche 'develop' |
| 12 | * Production : https://rhodecode.lal.in2p3.fr/PSPA/PSPA/ branche 'release/xxx' (release/0.3.2 actuellement) |
| 13 | |
| 14 | {{{ |
| 15 | hg clone https://rhodecode.lal.in2p3.fr/PSPA/PSPA/ -b develop |
| 16 | }}} |
| 17 | |
| 18 | '''1 version des sofwares disponible :''' |
| 19 | * Défault : https://rhodecode.lal.in2p3.fr/PSPA/Softwares |
| 20 | |
| 21 | {{{ |
| 22 | hg clone https://rhodecode.lal.in2p3.fr/PSPA/Softwares |
| 23 | }}} |
| 24 | * Compilation des softwares utilisables par PSPA |
| 25 | {{{ |
| 26 | cd "Software_clone_dir"; |
| 27 | sh build-PSPA-Softwares.sh |
| 28 | }}} |
| 29 | * compilation et lancement de PSPA (avec make) |
| 30 | {{{ |
| 31 | cd "PSPA_clone_dir"; |
| 32 | sh build-PSPA_Develop.sh OR sh build-PSPA_Release.sh |
| 33 | }}} |
| 34 | * OU compilation et lancement de PSPA (avec XCode) |
| 35 | {{{ |
| 36 | open "PSPA_clone_dir"/tools/PSPA.xcodeproj/; |
| 37 | Lancer et construire le projet |
| 38 | }}} |