Main repository: https://github.com/lolengine/lol.git
If any name change occurs, update:
configure.acbuild/lol-buildbuild/msbuild/lol.vars.props
./conan-install.sh ssl
Download page: http://sourceforge.net/projects/glew/files/glew
- take the pre-compiled
glew32s.lib(sis for “static”) versions, both the win32 and the win64 ones. - copy
include/GLin the glew directory.
- Download both VC (Visual Studio) and mingw32 devel releases:
- Copy headers from any version of the package
- Copy all
.liband.afiles in their respective directories - Copy the
.dllsupport DLLs into the Visual Studio directories
Ran build-win32 and build-win64 on a Debian installation, copied the
resulting .lib files and some headers.
Use the two provided scripts on a fresh ffmpeg Git checkout:
build-ffmpeg-msvc.shbuild-ffmpeg-mingw32.sh
- libgcc (can’t remember why it was used, maybe to link mingw32-compiled
libraries with MSVC, because they may miss
vsprintfetc.)