mirror of
https://github.com/par274/sharpemu.git
synced 2026-09-02 14:56:49 +08:00
Install vcpkg autotools prerequisites
This commit is contained in:
@@ -195,7 +195,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