mirror of
https://github.com/54108/Atom.git
synced 2025-04-14 10:26:04 +00:00
Compare commits
2 Commits
f186f0ca11
...
a618e7584f
Author | SHA1 | Date | |
---|---|---|---|
a618e7584f | |||
f936b1d0d5 |
@ -26,9 +26,9 @@ include_directories(${IMGUI_DIR} ${IMGUI_DIR}/backends)
|
||||
|
||||
# Libraries
|
||||
find_package(Vulkan REQUIRED)
|
||||
#find_library(VULKAN_LIBRARY
|
||||
#NAMES vulkan vulkan-1)
|
||||
#set(LIBRARIES "glfw;${VULKAN_LIBRARY}")
|
||||
# find_library(VULKAN_LIBRARY
|
||||
# NAMES vulkan vulkan-1)
|
||||
# set(LIBRARIES "glfw;${VULKAN_LIBRARY}")
|
||||
set(LIBRARIES "glfw;Vulkan::Vulkan")
|
||||
|
||||
# Use vulkan headers from glfw:
|
||||
|
@ -1,5 +1,11 @@
|
||||
# This is a peer-to-peer chat software
|
||||
|
||||
- use the follow instruction to install required packages
|
||||
|
||||
```
|
||||
sudo apt install libwayland-dev wayland-protocols pkg-config libx11-dev xorg-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxkbcommon-dev vulkan-tools libvulkan-dev vulkan-utility-libraries-dev
|
||||
```
|
||||
|
||||
- use the follow instruction to build it
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user