Updated VS projectfiles and readme for 3933eba
This commit is contained in:
parent
5f79d547fb
commit
2bc919e1f9
3 changed files with 1 additions and 5 deletions
|
@ -2,6 +2,6 @@
|
|||
* Install [vcpkg](https://github.com/Microsoft/vcpkg).
|
||||
* Make vcpkg available to Visual Studio with `vcpkg integrate install` (may require admin rights).
|
||||
* Use vcpkg to install all dependencies:
|
||||
```vcpkg install sdl2:x64-windows sdl2-image:x64-windows sdl2-image[libjpeg-turbo]:x64-windows sdl2-mixer[libvorbis,dynamic-load]:x64-windows sdl2-ttf:x64-windows bzip2:x64-windows zlib:x64-windows pango:x64-windows cairo:x64-windows fontconfig:x64-windows libvorbis:x64-windows libogg:x64-windows boost-filesystem:x64-windows boost-iostreams:x64-windows boost-locale[icu]:x64-windows boost-random:x64-windows boost-regex[icu]:x64-windows boost-asio:x64-windows boost-program-options:x64-windows boost-system:x64-windows boost-thread:x64-windows boost-bimap:x64-windows boost-multi-array:x64-windows boost-ptr-container:x64-windows boost-logic:x64-windows boost-format:x64-windows```
|
||||
```vcpkg install sdl2:x64-windows sdl2-image:x64-windows sdl2-image[libjpeg-turbo]:x64-windows sdl2-mixer[libvorbis,dynamic-load]:x64-windows sdl2-ttf:x64-windows bzip2:x64-windows zlib:x64-windows pango:x64-windows cairo:x64-windows fontconfig:x64-windows libvorbis:x64-windows libogg:x64-windows boost-filesystem:x64-windows boost-iostreams:x64-windows boost-locale[icu]:x64-windows boost-random:x64-windows boost-regex[icu]:x64-windows boost-asio:x64-windows boost-program-options:x64-windows boost-system:x64-windows boost-thread:x64-windows boost-bimap:x64-windows boost-multi-array:x64-windows boost-ptr-container:x64-windows boost-logic:x64-windows boost-format:x64-windows boost-coroutine:x64-windows boost-context:x64-windows```
|
||||
* The above dependencies were taken from github actions CI script.
|
||||
* Given the above will be compiling both the release and, as available, the debug versions of all those libraries and their dependencies, this may take an hour or more. The travis-ci script works around this somewhat by aliasing `make` to `make -j4` in order to force four threads to be used rather than just one thread.
|
||||
|
|
|
@ -253,7 +253,6 @@
|
|||
<ClInclude Include="..\..\src\server\common\resultsets\ban_check.hpp" />
|
||||
<ClInclude Include="..\..\src\server\common\resultsets\rs_base.hpp" />
|
||||
<ClInclude Include="..\..\src\server\common\resultsets\tournaments.hpp" />
|
||||
<ClInclude Include="..\..\src\server\common\send_receive_wml_helpers.ipp" />
|
||||
<ClInclude Include="..\..\src\server\common\server_base.hpp" />
|
||||
<ClInclude Include="..\..\src\server\common\simple_wml.hpp" />
|
||||
<ClInclude Include="..\..\src\server\common\user_handler.hpp" />
|
||||
|
|
|
@ -117,9 +117,6 @@
|
|||
<ClInclude Include="..\..\src\server\common\forum_user_handler.hpp">
|
||||
<Filter>Server\Common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\server\common\send_receive_wml_helpers.ipp">
|
||||
<Filter>Server\Common</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\server\common\server_base.hpp">
|
||||
<Filter>Server\Common</Filter>
|
||||
</ClInclude>
|
||||
|
|
Loading…
Add table
Reference in a new issue