Jump to content

Ultra App Kit and Code::Blocks IDE


Azure_Zero
 Share

Recommended Posts

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

 

Link to comment
Share on other sites

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...