I'm putting together a server but I would like to run my Ogre software on it, I am looking at the Ogre-Next and there is no specific mention of other compilers besides VS. Are there any specific issues, or should be basically portable?
Does Ogre-Next run on any linux systems
-
- Goblin
- Posts: 272
- Joined: Thu Jun 10, 2004 4:19 am
- x 26
-
- Orc
- Posts: 405
- Joined: Sat Jun 23, 2007 5:16 pm
- x 115
Re: Does Ogre-Next run on any linux systems
It does on my Debian 11 no problem.
I think it should be portable.
-
- OGRE Team Member
- Posts: 5477
- Joined: Sat Jul 21, 2007 4:55 pm
- Location: Buenos Aires, Argentina
- x 1359
Re: Does Ogre-Next run on any linux systems
Nickak2003 wrote: ↑Fri May 19, 2023 2:19 pmI'm putting together a server but I would like to run my Ogre software on it, I am looking at the Ogre-Next and there is no specific mention of other compilers besides VS. Are there any specific issues, or should be basically portable?
Yes, I develop Ogre-Next on Ubuntu as main, then test on Windows. See our build scripts and the Linux setup page.
Getting OpenGL to work on certain server configurations can be tricky though (we have developed EGL Headless for this reason, it needs to be turned on from CMake specifically) if X11 isn't running.
IIRC Vulkan also has headless support.