Josh Posted January 27, 2018 Share Posted January 27, 2018 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! Quote 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 More sharing options...
nelsoncs Posted July 5, 2018 Share Posted July 5, 2018 This failed with the error: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ...) sudo apt install libcurl3 must also be installed. Quote Link to comment Share on other sites More sharing options...
reepblue Posted July 17, 2018 Share Posted July 17, 2018 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: Quote Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
martyj Posted August 20, 2018 Share Posted August 20, 2018 Has anyone thought of using Docker to compile builds? Quote Link to comment Share on other sites More sharing options...
geldoronie Posted May 11, 2020 Share Posted May 11, 2020 Me @martyj since the ubuntu 20.04 i started to use it after the Libc upgrade ! I posted here a step-by-step . \o Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.