Skip to content
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

liblua no longer exists in Arch repositories #3

Open
hamidzr opened this issue Sep 1, 2022 · 0 comments
Open

liblua no longer exists in Arch repositories #3

hamidzr opened this issue Sep 1, 2022 · 0 comments

Comments

@hamidzr
Copy link

hamidzr commented Sep 1, 2022

pacman -S liblua from the readme fails

also lua 5.4 seems to now be the default on Arch.
maybe this?

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf99229..78591f9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,8 +16,8 @@ set(sources
 add_executable(sdiol ${sources})
 
 # lua dependency
-find_path(LUA_INCLUDE NAMES lua.h PATH_SUFFIXES lua lua5.3)
-find_library(LUA_LIBRARY NAMES lua lua5.3)
+find_path(LUA_INCLUDE NAMES lua.h PATH_SUFFIXES lua lua5.4)
+find_library(LUA_LIBRARY NAMES lua lua5.4)
 
 # systemd dependency
 find_path(SYSTEMD_INCLUDE NAMES systemd/sd-daemon.h)
@hamidzr hamidzr changed the title liblua no longer exists in arch repositories liblua no longer exists in arch repositories Sep 1, 2022
@hamidzr hamidzr changed the title liblua no longer exists in arch repositories liblua no longer exists in Arch repositories Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant