mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-16 00:40:59 +00:00
Install vcpkg autotools prerequisites
This commit is contained in:
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@@ -189,7 +189,13 @@ jobs:
|
|||||||
if: matrix.rid == 'linux-x64'
|
if: matrix.rid == 'linux-x64'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install --yes libvulkan-dev pkg-config
|
sudo apt-get install --yes \
|
||||||
|
autoconf \
|
||||||
|
autoconf-archive \
|
||||||
|
automake \
|
||||||
|
libtool \
|
||||||
|
libvulkan-dev \
|
||||||
|
pkg-config
|
||||||
"$VCPKG_INSTALLATION_ROOT/vcpkg" install sdl3:x64-linux
|
"$VCPKG_INSTALLATION_ROOT/vcpkg" install sdl3:x64-linux
|
||||||
cmake \
|
cmake \
|
||||||
-S src/SharpEmu.Gpu.Vulkan.Native \
|
-S src/SharpEmu.Gpu.Vulkan.Native \
|
||||||
|
|||||||
Reference in New Issue
Block a user