Azure_Zero Posted January 20, 2022 Share Posted January 20, 2022 Hey I'm trying to build a basic Ultra App in Linux in Code:Blocks, without touching VS Code, I got the headers straightened out and discovered that Flatpaks cause issues and the IDE should only be installed via the terminal. Now I've reach the point of needing to get the libraries to be right with the linker, and not quite sure where all the .lib files are or if Linux takes .lib files and or uses .o files instead. If I can get a basic project going then I can plan to use Ultra App Kit in a software project that'll be sold. For those looking at Using Code::Blocks or another IDE you'll need the Commands below for installing a number of needed headers for a IDE to work. X11 sudo apt-get install libx11-dev Xmu sudo apt-get install libxmu-dev Xft sudo apt-get install libxft-dev libfreetype6-dev Xcursor sudo apt-get install libxcursor-dev libxfixes-dev 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.