问题
I wish to install X11 development libraries. I have Fedora 16 as OS. I found this link that offers source tar fies to X11R7.6. http://www.x.org/releases/X11R7.6/src/
Could you tell the next few steps?
thanks in advance
回答1:
There is no need to download the headers yourself, you can install them with yum, Fedora's package manager.
sudo yum groupinstall "X Software Development"
来源:https://stackoverflow.com/questions/8214592/installing-x11-on-fedora-16