fix lua and luajit conflict

This commit is contained in:
Sergwest
2024-03-20 22:38:41 +03:00
parent 1571d9c73b
commit c80d96a5ed
3 changed files with 13 additions and 6 deletions
+2 -2
View File
@@ -50,12 +50,12 @@ sudo dnf install glfw-devel glfw glew-devel glm-devel libpng-devel libvorbis-dev
#### Arch-based distro:
If you use X11
```sh
sudo pacman -S glfw-x11 glew glm libpng libvorbis openal
sudo pacman -S glfw-x11 glew glm libpng libvorbis openal lua
```
If you use Wayland
```sh
sudo pacman -S glfw-wayland glew glm libpng libvorbis openal
sudo pacman -S glfw-wayland glew glm libpng libvorbis openal lua
```
\+ install LuaJIT