-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed #12
Comments
Got the same error. I copied config_vkpt file and renamed it as .config, and added these two lines:
I've compiled and installed SDL 2.0.8 library as well as installed libvulkan-dev and few other libraries via apt-get. |
I have already installed libsdl2, libvulkan and their dev packages, and config_vkpt has already CONFIG_SDL2=1 and CONFIG_VKPT=1. I changed "1" with "y" but I got the same errors you can read in the gist above. |
You need a more recent version of the vulkan SDK. You should be able to update the SDK with the following commands: |
For Debian Buster (sid), I needed these extra bits to build:
On top of libvulkan seems to be up-to-date enough on sid to build, but I cannot comment on running... I don't have an nvidia card :P should've looked up the requirements before bothering. |
In KDE Neon (Ubuntu 18.04) the compiling works after installing the glslang-tools from lunarg repo |
linux mint 19.1 (ubuntu 18.04) vulkan sdk package install fails with : currently have installed hopefully can get some ideas on how to resolve this |
Building from Ubuntu 18.04.
INSTALL file suggest at the beginning to install SDL2 libraries, but below suggest to install libsdl1.2-dev, that doesn't have SDL_vulkan.h
After installed libsdl2-dev and copied config_vkpt as .config for linux as suggested, I ran make, but I got these errors:
(see gist https://gist.github.com/fuckyourselfup/46e189ef591fbe639d565aff6aaa9e06)
The text was updated successfully, but these errors were encountered: