Wings 3D Development Forum
32-bit Linux Wings? - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=9)
+--- Thread: 32-bit Linux Wings? (/showthread.php?tid=944)



32-bit Linux Wings? - Reepca - 11-12-2014

Is there such a thing? All the downloads on the sourceforge download page seem to only offer 64-bit downloads for Linux - my Lubuntu installation is 32-bit, and so i cannot install or run those (I get the error "wrong ELF class: ELFCLASS64"). Is there a way to get my hands on a 32-bit Linux version of the program?

Technically I could install a 64-bit version of the OS (didn't realize this old CPU was 64-bit capable when I installed the OS), but I'm a poor noob who only just managed to install most of the programs I normally use (with great effort) and I really, really don't want to have to re-do that.

I could settle for anything relatively recent - as long as all of the major features are there and it's stable.

Any info?


RE: 32-bit Linux Wings? - ggaliens - 11-12-2014

I think a fair number of Linux dabblers over the years have also done the BUILD YOUR OWN
wings3d on LINUX. It's not a really difficult process. But if you don't do ANY building at all ... then yes ... a bit tricky.

If you build you own you might be able to ignore da bits if the build defaults are OK.


RE: 32-bit Linux Wings? - Reepca - 11-12-2014

Alright, could you explain to me (or provide a link to an explanation explaining) how to build my own? Thanks!


RE: 32-bit Linux Wings? - ggaliens - 11-12-2014

The build instructions are in the source code download kit.
The source code download kit should be available at GIT HUB.

Let me try to find the link ... B.R.B.

Try this link ...


https://github.com/dgud/wings/releases

We can go step by step BTW ... if you want. Hang in there ... and you get there !
Micheus from the forum has provided some build instructions as well ... some of which is generic and some is for Microsoft Windows.


RE: 32-bit Linux Wings? - micheus - 11-13-2014

Reepca, take a look at the Programming session. I've pinned the step by step for both Windows and Linux it has some time. I hope it could be useful for you and any feedback is welcome since that worked for me but some items can maybe be a Linux disto dependent.


RE: 32-bit Linux Wings? - nemyax - 11-13-2014

Failing that, there's always Wine. But you should really try to make a build. The step-by step by micheus is very helpful.