Is there a procedure to install AllJoyn on Fedora 19?
AllJoyn site includes the installation procedure for Debian/Ubuntu Linux only.
I have used the build procedure for Debian to make the one for F19.
To install the equivalent of build-essential
:
sudo yum groupinstall "Development Tools" "Development Libraries"
For the other packages, except ia32-libs
:
sudo yum install gtk2-devel openssl-devel libxslt libxml2-devel
And for ia32-libs
, I didn't found an adequate replacement. It looks like this package groups many others. For my case, I installed nothing. Apparently, my workstation contains already an adequate replacement (I use my workstation for development).
sudo yum install python
sudo yum install scons
This package has been already installed in the first step.
The remaining steps are exactly the same as for Debian.