Add CI status badge to the readme, plus a missing dependency
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[](https://github.com/calref/cboe/actions/workflows/ci.yml?query=branch%3Aci)
|
||||
|
||||
Classic Blades of Exile
|
||||
=======================
|
||||
|
||||
@@ -67,11 +69,11 @@ If you are using Visual Studio, we recommend installing [vcpkg](https://github.c
|
||||
Use the following commands to install the required dependencies:
|
||||
For 32-bit builds:
|
||||
|
||||
vcpkg install zlib:x86-windows sfml:x86-windows opengl:x86-windows boost-any:x86-windows boost-dynamic-bitset:x86-windows boost-ptr-container:x86-windows boost-core:x86-windows boost-filesystem:x86-windows boost-system:x86-windows boost-date-time:x86-windows boost-chrono:x86-windows
|
||||
vcpkg install zlib:x86-windows sfml:x86-windows opengl:x86-windows boost-any:x86-windows boost-dynamic-bitset:x86-windows boost-ptr-container:x86-windows boost-core:x86-windows boost-filesystem:x86-windows boost-system:x86-windows boost-date-time:x86-windows boost-chrono:x86-windows boost-math:x86-windows
|
||||
|
||||
For 64-bit builds (Not supported in Visual Studio projects, yet):
|
||||
|
||||
vcpkg install zlib:x64-windows sfml:x64-windows opengl:x64-windows boost-any:x64-windows boost-dynamic-bitset:x64-windows boost-ptr-container:x64-windows boost-core:x64-windows boost-filesystem:x64-windows boost-system:x64-windows boost-date-time:x64-windows boost-chrono:x64-windows
|
||||
vcpkg install zlib:x64-windows sfml:x64-windows opengl:x64-windows boost-any:x64-windows boost-dynamic-bitset:x64-windows boost-ptr-container:x64-windows boost-core:x64-windows boost-filesystem:x64-windows boost-system:x64-windows boost-date-time:x64-windows boost-chrono:x64-windows boost-math:x64-windows
|
||||
|
||||
If this is the first time installing packages with vcpkg since install you will need to run the `integrate` command:
|
||||
|
||||
|
Reference in New Issue
Block a user