-
MADELA Patrick authoredMADELA Patrick authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 920 B
Conan
Pipeline to create Conan package for Linux
Conan 2.0.10 for:
- Linux 32 bits: conan-2.0.10-linux-i686.zip
- Linux 64 bits: conan-2.0.10-linux-x86_64.zip
Python script to create Conan package for Windows 32 bits
The script build-windows-i386.py
allows to build Conan package for Windows 7 32 bits.
Prerequisites on path on the build host:
- Python
- Git
To launch build:
python build-windows-i386.py
The build deliveries the archive build\conan-2.0.10-windows-i386.zip
Tested with python 3.6 on Windows 7 32 bits. Warning, it is mandatory to use installed version python on Windows 7 to include all dll in package with PytInstaller.