Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| fr:develop:collaboration:dev:executable [2021/03/30 17:01] – created qroyer | fr:develop:collaboration:dev:executable [2021/10/20 11:23] (current) – qroyer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Création d'un executable HABBY ====== | ====== Création d'un executable HABBY ====== | ||
| + | ===== Windows ====== | ||
| + | ==== Pre-requis ===== | ||
| + | |||
| + | * Librairie pyinstaller installée dans l' | ||
| + | * Installer Inno Script Studio à partir de ce lien https:// | ||
| + | * Installer Inno Setup à partir de ce lien https:// | ||
| + | |||
| + | ==== Step-by-step ===== | ||
| + | pyinstaller tips/ | ||
| + | robocopy biology build/ | ||
| + | robocopy doc build/ | ||
| + | robocopy model_hydro build/ | ||
| + | robocopy translation build/ | ||
| + | robocopy file_dep build/ | ||
| + | :: setup file | ||
| + | start "" | ||
| + | |||
| + | ===== Linux ===== | ||
| + | |||
| + | pyinstaller tips/ | ||
| + | cp -r biology build/ | ||
| + | cp -r doc build/ | ||
| + | cp -r model_hydro build/ | ||
| + | cp -r translation build/ | ||
| + | cp -r file_dep build/ | ||
| + | :: zip file | ||
| + | zip -r build/ | ||
| + | |||
| + | ===== Mac ===== | ||
| + | |||
| + | FIXME | ||
| + | |||
| + | {{indexmenu_n> | ||