Jump to content

Compiling C++ on Linux


Josh
 Share

Recommended Posts

Leadwerks Game Engine Standard Edition works out-of-the-box on Ubuntu 16.04.

Compiling C++ programs with the professional edition requires the following libs be installed:

sudo apt-get install libglu1-mesa-dev
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libxft-dev

That's it!

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

  • Josh pinned this topic
  • 5 months later...
  • 2 weeks later...

For Ubuntu 18.04 (After installing the app with Steam):

sudo apt-get install libglu1-mesa-dev libcurl4-openssl-dev libxft-dev
libopenal-dev libcurl4-openssl-dev libxft-dev libxrender-dev 
libcurl4-openssl-dev libtolua++5.1-dev 

Then as explained here, You need to add -no-pie to the linker flags like so:

 

 

ubuntu-1804-fix.png

Cyclone - Ultra Game System - Component PreprocessorTex2TGA - Darkness Awaits Template (Leadwerks)

If you like my work, consider supporting me on Patreon!

Link to comment
Share on other sites

  • 1 month later...
  • 1 year later...
  • Josh unpinned this topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...