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/03/30 17:03] – qroyer | fr:develop:collaboration:dev:executable [2021/10/20 11:23] (current) – qroyer | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Windows ====== | ===== 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 ===== | ===== Linux ===== | ||
- | pyinstaller habby.spec --distpath=build/ | + | |
- | | + | 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 ===== | ===== Mac ===== | ||
+ | FIXME | ||
+ | {{indexmenu_n> |