Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • conan1
  • 2.12.1
  • 2.6.0
  • 2.4.1
  • 2.0.17
  • 2.0.13
  • 2.0.10
  • 2.0.8
  • 2.0.7
  • 2.0.6
  • 2.0.5
  • 2.0.4
  • 2.0.3
  • 2.0.2
  • 1.59.0
  • 2.0.1
  • 1.57.0
  • 1.56.0
  • 1.55.0
  • 1.54.0
21 results

conan

  • Clone with SSH
  • Clone with HTTPS
  • Conan

    Pipeline to create Conan package for Linux

    Conan 2.12.1 for:

    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.12.1-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.