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.
installing compiling tools dependencies
- Anaximandar
- Сообщения: 8
- Зарегистрирован: 13 авг 2017, 16:38
Re: installing compiling tools dependencies
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
autoconf
automake
pkgconfi
intltool
makedepend
checkinstall
If you want to create RPM packages, also add
rpm-build
Kind regards
Anaximandar