The development tag has no wiki summary.
6
votes
1answer
75 views
How should I solicit feedback from a tree maintainer for patches sent to the lkml?
I have submitted a patch to the linux kernel that has gotten several reviews and gone through a couple iterations on the mailing list. It has been ACKed and reviewed by two developers, but they say ...
2
votes
0answers
242 views
Installing development tools in RHEL 6
I have admin privilege on my office computer (running RHEL 6) which is connected in a network. I was trying to install development tools using the command: sudo yum groupinstall "Development Tools" ...
0
votes
0answers
29 views
Having a fresh debian-6.0.7 installed how to make it install and consider as normal latest unstable packages (gcc, g++, etc)?
I installed debian-6.0.7 on a vm. I installed bacik stable build-essentials and clang. I want to update all its development tools to there latest, /unstable versions (gcc, g++ clang) and use tham as ...
0
votes
0answers
163 views
Downloading and installing KDE libraries on Kubuntu 12.04
I want to start writing some simple plasmoids. However I am unable to use K-objects in QtCreator or KDevelop. I likely do not have the required libraries / SDK. How do I install it, or if I already ...
0
votes
0answers
55 views
How can wine get windows files to be recognised by machines running linux?
How is wine actually doing to the .dll files to have them working on linux machines? Does anyone know How it works?