These are the conan recipes used for https://swig.momtchev.com/artifactory/api/conan/swig-jse
They are based on the official conan packages by @valgur but include the latest versions
- SWIG 4.4.0
- SWIG JSE 5.0.10
Add the SWIG JSE repository:
conan remote add swig-jse https://swig.momtchev.com/artifactory/api/conan/swig-jse[tool_requires]
swig-jse/[>=5.0.10]or
[tool_requires]
swig/[>=4.4.0]Add the SWIG JSE repository:
conan remote add swig-jse https://swig.momtchev.com/artifactory/api/conan/swig-jseDownload and install the package:
conan install -of /tmp --requires swig-jse/5.0.10 --deployer-folder=${TARGET_FOLDER} --deployer-package='*' --deployer=runtime_deploySWIG JSE will be available in ${TARGET_FOLDER} with the shell scripts required to activate the environment in /tmp. You do not need any activation starting from SWIG JSE 5.0.8, SWIG main or SWIG JSE <5.0.8 need the SWIG_LIB environment variable.
Both packages have been tested on:
Linux-gcc-x64Linux-gcc-arm64macOS-clang-x64macOS-clang-arm64Windows-MSVC-MSYS2-x64Windows-MSVC-MSYS2-arm64