Saturday, April 11, 2009

Installing SDK 3.1 on Fedora 9

  1. Download the .rpm and the .iso file from the IBM website, the link is provided on another blog post (Just search the blog for it)
  2. You may need to download some files to get it started, so run:
  3. yum install tcl
  4. Run the RPM file with the following command:
  5. rpm -ivh cell-install-3.1.0-0.0.noarch.rpm *I got the error: error: Failed dependencies:
    /usr/bin/tclsh is needed by cell- ..... install the above to clear this type error
  6. After the rpm installs, you should have some more commands available, now lets install the SDK!
  7. If you are installing from the .iso (which you should if you are reading this!):
  8. /opt/cell/cellsdk --iso ./install
  9. The ./ represents current directory, replace this with whatever dir your ISO file is in.
  10. Say yes to all the agreements.

No comments:

Post a Comment