|
|
|
|
|
by _delirium
4179 days ago
|
|
> On RHEL or Ubuntu, you typically have to install the developer tools, hunt down the source RPMs/DEBs... Nitpick, but on Debian/Ubuntu this is a lot more simple than you make it sound: apt-get source xxx # download the source package for 'xxx'
apt-get build-dep xxx # install everything needed to build it
|
|