Closed alexthelion335 closed 5 months ago
Try this to update dependancies "git submodule update -f --init --recursive". Also, most of the libs you can be installd with pacman or yaourt except the rw lib witch is librw i guess.
Try to install these packages as mentionned here https://github.com/Jai-JAP/re-GTA/wiki/Building-on-Linux:
openal / libopenal-dev
GLEW / libglew-dev (i386 unavailable on apt after Ubuntu 19.10)
glfw / libglfw3-dev (min. 3.3 is required, i386 unavailable on apt after Ubuntu 19.10)
libsndfile1-dev (Caution: install this before libmpg123-dev, optional)
libmpg123-dev
Are you able to build the master branch ?
Sorry I didn't close the issue, but I fixed it by just cloning recursively. I didn't read all of the instructions before cloning.
--
Alex Kinch
On Wed, May 29, 2024, 13:10 joyel24 @.***> wrote:
Try this to update dependancies "git submodule update -f --init --recursive". Also, most of the libs you can be installd with pacman except the rw lib with is librw i guess.
— Reply to this email directly, view it on GitHub https://github.com/halpz/re3/issues/24#issuecomment-2137895107, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFI3OHTEAETEFVLRUGYGFETZEYDZJAVCNFSM6AAAAABHHCIVCOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZXHA4TKMJQG4 . You are receiving this because you authored the thread.Message ID: @.***>
To fix this issue, you have to use
make config=release_linux-amd64-librw_gl3_glfw-oal
because as mentioned i386 is not supported on newer glfw libs, i think... so try that and it should work :)
I have an issue compiling the miami branch under Manjaro linux. I have all the dependencies installed, I'm just stuck at linking. It doesn't want to link my libraries because they are supposedly incompatible. Is there an easy fix to this? I attached my make error below. For reference, I used premake5 to make the makefile.