Can anyone tell me how can i install the xlib.h library in the gcc compiler of ubuntu?
libathos 0 Light Poster
Recommended Answers
Jump to Post1. Check your distros package manager and make sure you have the
libx11-dev
package installed (on debian based distros) ORlibx11-devel
(on Fedora/rpm based distros). This provides the basic headers that will allow you to create client programs using Xlib. The runtime binaries should already be installed. If you need …
All 4 Replies
griswolf 304 Veteran Poster
libathos 0 Light Poster
JasonHippy 739 Practically a Master Poster
libathos 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.