Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| fr:develop:collaboration:dev:executable [2021/05/17 12:25] – qroyer | fr:develop:collaboration:dev:executable [2026/06/03 17:03] (current) – ylecoarer | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Windows ====== | ===== Windows ====== | ||
| - | | + | ==== Pre-requis ===== |
| - | robocopy biology build/ | + | |
| - | robocopy doc build/pyinstaller/habby/doc /E > nul | + | * Librairie |
| - | robocopy model_hydro build/pyinstaller/habby/model_hydro | + | * Installer Inno Script Studio à partir de ce lien https://www.kymoto.org/products/inno-script-studio/downloads |
| - | | + | * Installer Inno Setup à partir de ce lien https://jrsoftware.org/isdl.php |
| - | robocopy file_dep build/pyinstaller/habby/file_dep /E > nul | + | |
| - | | + | ==== Windows ===== |
| - | start "" | + | |
| ===== Linux ===== | ===== Linux ===== | ||
| - | | + | C: |
| - | cp -r biology build/ | + | |
| - | cp -r doc build/ | + | |
| - | cp -r model_hydro build/ | + | |
| - | cp -r translation build/ | + | |
| - | cp -r file_dep build/ | + | |
| - | + | ||
| - | zip -r build/ | + | |
| ===== Mac ===== | ===== Mac ===== | ||