Skip to content

liblua no longer exists in Arch repositories #3

Open
@hamidzr

Description

@hamidzr

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions