osen / openradiant

A Quake III level editor that can be used with any engine
Other
26 stars 4 forks source link

How to compile under Linux #4

Closed mitjafelicijan closed 2 years ago

mitjafelicijan commented 3 years ago

Can you provide information how to compile this under Linux?

osen commented 3 years ago

Hi there,

Currently only Windows and OpenBSD are supported. A couple of Linux distros are on my TODO list but we don't really have the build infrastructure in place yet for it (or macOS).

So it is missing a few bits before it will build (the virtual filesystem and lightmap baker). Other than that, it is a fairly typical CMake setup. i.e:

mkdir build
cd build
cmake ..
cd ..
cmake --build build

I will keep this issue open until Linux support is in there.

ghost commented 3 years ago

What needs to be done for the GNU/Linux compilation? Maybe I or someone else can help if you provide as much detail as possible on what needs to be done.

stefano-elysium commented 2 years ago

+1