Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using X11 in XCode

Tags:

c

xcode

x11

In my Xcode project, I want to use X11 framework. X11 is installed on my computer since when I add -L/usr/X11R6/lib to my makefile, my program runs without problems.

How can I link X11 framework to XCode?

like image 978
user123 Avatar asked Jul 05 '26 12:07

user123


1 Answers

There is no X11 framework - you just need to add the relevant headers and libraries to your project and Xcode will do the right thing.

like image 50
Paul R Avatar answered Jul 07 '26 01:07

Paul R



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!