Skip to content

Instantly share code, notes, and snippets.

@tobylane
Last active June 25, 2019 15:47
Show Gist options
  • Save tobylane/8fee38edf36c4ce9e08b037c16f4667f to your computer and use it in GitHub Desktop.
Save tobylane/8fee38edf36c4ce9e08b037c16f4667f to your computer and use it in GitHub Desktop.
Conan.io file for CorsixTH. Add the two remotes. then run the last two comments. Passes CMake for CorsixTH, but the build doesn't find SDL or Freetype
## CorsixTH
## Run the lines with one #
## All five luas on conan-transit don't work
## lua options build_compiler and build_interpreter
## sdl2_mixer is built with full audio support
# conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan true
# conan remote add zimmerk https://api.bintray.com/conan/zimmerk/conan true
[requires]
sdl2/[>=2]@bincrafters/stable
lua/[>=5.3]@zimmerk/stable
ffmpeg/[>=4]@bincrafters/stable
freetype/[>=2]@bincrafters/stable
sdl2_mixer/[>=2]@bincrafters/stable
[options]
sdl2:shared=True
ffmpeg:shared=True
freetype:shared=True
sdl2_mixer:shared=True
ffmpeg:postproc=False
ffmpeg:zlib=False
ffmpeg:bzlib=False
ffmpeg:lzma=False
ffmpeg:iconv=False
ffmpeg:freetype=False
ffmpeg:openjpeg=False
ffmpeg:openh264=False
ffmpeg:opus=False
ffmpeg:vorbis=False
ffmpeg:zmq=False
ffmpeg:sdl2=True
ffmpeg:x264=False
ffmpeg:x265=False
ffmpeg:vpx=False
ffmpeg:mp3lame=False
ffmpeg:fdk_aac=False
ffmpeg:webp=False
ffmpeg:openssl=False
ffmpeg:appkit=False
ffmpeg:avfoundation=False
ffmpeg:coreimage=False
ffmpeg:audiotoolbox=False
ffmpeg:videotoolbox=False
ffmpeg:securetransport=False
[generators]
cmake
# conan info build_files
# conan install -if build_files build_files/conanfile.txt --build=missing -s compiler="apple-clang" -s compiler.version=9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment