KeenSoftwareHouse / SpaceEngineers

2.94k stars 894 forks source link

Question: Can we build this repo in MonoDevelop under Ubuntu? #586

Open rahuldeo2047 opened 7 years ago

rahuldeo2047 commented 7 years ago

https://en.wikipedia.org/wiki/MonoDevelop

mccorkle commented 7 years ago

No. Even if you could build it in Ubuntu, the physics library (and other licensed libraries) are windows only, so you might have it compiled, but it would never launch.

Before planets, we had the dedicated server running under Ubuntu via wine, but wine only supports 32 bit mode, and planets needs more memory than you can address in 32bit wine.

kde99 commented 7 years ago

Not just the physics but also Direct X is windows only too. But you could build C hashtag on linux too. And yeah havoc is an other issue. I recommend you read Issue #9 .

pwhelan commented 6 years ago

WINE supports 64 bit and has for quite a while now.