README: Update install from source.

setup.py
Pierre-Antoine Rouby 2024-01-23 10:31:31 +01:00
parent 56b170d767
commit 6c4636917a
1 changed files with 11 additions and 2 deletions

View File

@ -39,12 +39,21 @@ cd pamhyr
Downloads the [last
realease](https://gitlab.irstea.fr/theophile.terraz/pamhyr/-/releases/permalink/latest)
Windows installer.
Windows installer or ZIP archive.
### From source code
```shell
# Get source code
# Get mage
mkdir mage
cd mage
curl -L -o mage.tgz https://gitlab.irstea.fr/jean-baptiste.faure/mage/-/releases/v8.3.2/downloads/packages/mage_linux.tgz
tar xf mage.tgz
cd ..
# Get Pamhyr2 source code
git clone https://gitlab.irstea.fr/theophile.terraz/pamhyr/
cd pamhyr