mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 04:31:09 +00:00
Update windows build instruction
This commit is contained in:
parent
6b4f197ac0
commit
70b0b1c77a
2 changed files with 23 additions and 0 deletions
|
@ -278,6 +278,7 @@ To compile Yamagi Quake II from source the following dependencies
|
|||
* An OpenAL implementation, *openal-soft* is highly recommended.
|
||||
* libcurl.
|
||||
* SDL 2.0.
|
||||
* FFmpeg-6.x.
|
||||
|
||||
|
||||
### Prerequisites on Windows when using MinGW
|
||||
|
@ -291,6 +292,27 @@ The environment can be extracted anywhere. Either the 32 bit version can
|
|||
be started through *C:\MSYS2\msys32.exe* or the 64 bit version through
|
||||
*C:\MSYS2\msys64.exe*.
|
||||
|
||||
Additionally should be installed/updated:
|
||||
* for msys32:
|
||||
* git
|
||||
* make
|
||||
* mingw-w64-i686-curl
|
||||
* mingw-w64-i686-ffmpeg
|
||||
* mingw-w64-i686-gcc
|
||||
* mingw-w64-i686-make
|
||||
* mingw-w64-i686-openal
|
||||
* mingw-w64-i686-SDL2
|
||||
* mingw-w64-i686-vulkan-headers
|
||||
* for msys64:
|
||||
* git
|
||||
* make
|
||||
* mingw-w64-x86_64-curl
|
||||
* mingw-w64-x86_64-ffmpeg
|
||||
* mingw-w64-x86_64-gcc
|
||||
* mingw-w64-x86_64-make
|
||||
* mingw-w64-x86_64-openal
|
||||
* mingw-w64-x86_64-SDL2
|
||||
* mingw-w64-x86_64-vulkan-headers
|
||||
|
||||
### Prerequisites on Unixoid Platforms
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 1997-2001 Id Software, Inc.
|
||||
* Copyright (c) 2005-2015 David HENRY
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in a new issue