forked from seedhartha/reone
-
Notifications
You must be signed in to change notification settings - Fork 9
Build on Linux
modawan edited this page Jun 3, 2026
·
2 revisions
sudo apt install --no-install-recommends -y \
git cmake build-essential g++ \
libboost-all-dev libsdl2-dev libsdl3-dev libglew-dev libopenal-dev libmad0-dev libwxgtk3.2-dev libgmock-dev \
libavcodec-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev
sudo dnf group install "Development Tools"
sudo dnf install cmake boost-devel SDL3-devel glew-devel openal-soft-devel libmad-devel gmock-devel gtest-devel wxGTK3-devel ffmpeg-free-devel
git clone https://github.com/modawan/reone
cd reone
cmake . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build build -j8
cd build/bin
./launcher
Choose the KOTOR game directory, then "Save Configuration".
cd build/bin
./engine