Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Sam Hocevar 617c493e11 Import binaries from non-LFS version of this repo. 4 lat temu
assimp-3.1.1 Import binaries from non-LFS version of this repo. 4 lat temu
ffmpeg-20190130 Import binaries from non-LFS version of this repo. 4 lat temu
glew-2.1.0 Import binaries from non-LFS version of this repo. 4 lat temu
gtk-2.22.1 Import binaries from non-LFS version of this repo. 4 lat temu
gtkglarea-2.0.1 Import binaries from non-LFS version of this repo. 4 lat temu
libcaca-0.99.beta18 Import binaries from non-LFS version of this repo. 4 lat temu
openssl-1.1.1g Import binaries from non-LFS version of this repo. 4 lat temu
sdl-2.0.9 Import binaries from non-LFS version of this repo. 4 lat temu
sdl-image-2.0.4 Import binaries from non-LFS version of this repo. 4 lat temu
sdl-mixer-2.0.4 Import binaries from non-LFS version of this repo. 4 lat temu
zlib-1.2.11 Import binaries from non-LFS version of this repo. 4 lat temu
.gitattributes Create repository. 4 lat temu
.gitignore Create repository. 4 lat temu
README.md Import binaries from non-LFS version of this repo. 4 lat temu
build-ffmpeg-mingw32.sh Import binaries from non-LFS version of this repo. 4 lat temu
build-ffmpeg-msvc.sh Import binaries from non-LFS version of this repo. 4 lat temu
conan-install.sh Import binaries from non-LFS version of this repo. 4 lat temu

README.md

External binary software for Lol Engine

Main repository: https://github.com/lolengine/lol.git

If any name change occurs, update:

  • configure.ac
  • build/lol-build
  • build/msbuild/lol.vars.props

OpenSSL

  • ./conan-install.sh ssl

Glew

Download page: http://sourceforge.net/projects/glew/files/glew

  • take the pre-compiled glew32s.lib (s is for “static”) versions, both the win32 and the win64 ones.
  • copy include/GL in the glew directory.

SDL, SDL_Image, SDL_Mixer

Libcaca

Ran build-win32 and build-win64 on a Debian installation, copied the resulting .lib files and some headers.

Ffmpeg

Use the two provided scripts on a fresh ffmpeg Git checkout:

  • build-ffmpeg-msvc.sh
  • build-ffmpeg-mingw32.sh

Phased out

  • libgcc (can’t remember why it was used, maybe to link mingw32-compiled libraries with MSVC, because they may miss vsprintf etc.)