Страница 1 из 1

installing compiling tools dependencies

Добавлено: 29 сен 2017, 06:36
che7pu
hello.
In ubuntu if you want to build a package from source you should install "apt-get install build-essential checkinstall". this would grab some packages needed for compile job.
What should we install in rosa for get all we need to compile from the source. (right now I am missing rpcgen package which should be with glibc but it isn't).
thanks.

Re: installing compiling tools dependencies

Добавлено: 22 окт 2017, 16:36
Anaximandar
I'm not quite sure, but I think this will help. Install the following packages.

autoconf
automake
pkgconfi
intltool
makedepend
checkinstall

If you want to create RPM packages, also add

rpm-build

Kind regards

Anaximandar