Thread: Xlib

  1. #1
    Registered User
    Join Date
    Jul 2003
    Posts
    2

    Xlib

    does anybody know how to install xlib after downloading it?
    thanx

  2. #2
    Comment your source code! Lynux-Penguin's Avatar
    Join Date
    Apr 2002
    Posts
    533
    hmm, just a shot in the dark:

    Code:
    [user@comp xlib]$ ./configure
    [user@comp xlib]$ make
    [super@comp xlib]# make install
    [user@comp xlib]$ make clean
    That is usually how you do it... of course, first you have to un-archive it... depending on how it is archived.

    There might be more, i am not quite sure what xlib is, just that its for X.

    Try http://www.linux-mag.com/ they had some good info on programming in X and stuff a little while ago. Good Stuph!

    -LC
    Asking the right question is sometimes more important than knowing the answer.
    Please read the FAQ
    C Reference Card (A MUST!)
    Pointers and Memory
    The Essentials
    CString lib

  3. #3
    Registered User
    Join Date
    Jul 2003
    Posts
    2
    thanx penguin.gonna go straight to check it out.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Xlib Fullscreen and/or borderless
    By IsmAvatar2 in forum Linux Programming
    Replies: 0
    Last Post: 06-17-2008, 11:25 AM
  2. XLib Window Reparenting
    By MattMik in forum Linux Programming
    Replies: 1
    Last Post: 10-14-2007, 09:37 AM
  3. XLib documentation
    By Series X4 1.0 in forum Linux Programming
    Replies: 1
    Last Post: 03-20-2005, 06:31 PM
  4. problems with gtk+, and xlib
    By Ian in forum Linux Programming
    Replies: 3
    Last Post: 12-02-2001, 06:43 AM