Home » » How to install Mockups on Fedora 14 x64

How to install Mockups on Fedora 14 x64



  1. I have fedora 14 x64 laptop that I use for all my work
  2. Download theMockupsForDesktop64bit.debfile. As you may know, .deb packages are designed for Debian related distributions that use Synaptic and apt-get (e.g. Ubuntu). Redhat based distributions like Fedora use rpm and yum.
  3. Use the tool "alien" to convert the .deb file into a .rpm file, seehttp://kitenet.net/~joey/code/alien/
  4. the command to convert is:alien -r MockupsForDesktop64bit.deb
  5. this creates an rpm file, it will give the resulting rpm a long name (just rename it to something useful)
  6. To install using RPM, $rpm -ivh balsamiq.rpmThis will install the software into opt
  7. download the Adobe Linux YUM rpm fromhttp://linuxdownload.adobe.com/linux/i386/adobe-release-i386-1.0-1.noarch.rpm This will add the Adobe yum repository into your yum repo's list. If you have installed flash using yum before, this may already be installed.
  8. yum install adobe-release-i386-1.0-1.noarch.rpm
  9. Adobe Air relies on various x32 packages, so we'll have to manually install them using yum:yum install ld-linux.so.2 gtk2-devel.i686 libdbus-glib-1.so.2 libhal.so.1 rpm- devel.i686 libXt.so.6 gnome-keyring-devel.i686 libDCOP.so.4 libxml2-devel.i686 nss-devel.i686 libxslt.i686 xterm libgnome-keyring.i686
  10. yum install adobeair
  11. then to run balsamiq: $ /opt/Balsamiq\ Mockups/bin/Balsamiq\ Mockupsyou will have to agree the Adobe Air licence on first run.

0 komentar:

Post a Comment