How to install RTC 4.0 on Ubuntu 12.04
2 answers
Looks like I have RTC Client 4.0 working on Ubuntu 12.10.
Need to install: apt-get install ia32-libs
Then following the steps here:
http://askubuntu.com/questions/125980/how-do-i-install-xulrunner-in-12-04
with modification ie using i686 not the output from uname.
Then edit the eclipse.ini file:
-Dorg.eclipse.swt.browser.XULRunnerPath=/opt/xulrunner
It appears all works.
Need to install: apt-get install ia32-libs
Then following the steps here:
http://askubuntu.com/questions/125980/how-do-i-install-xulrunner-in-12-04
with modification ie using i686 not the output from uname.
Then edit the eclipse.ini file:
-Dorg.eclipse.swt.browser.XULRunnerPath=/opt/xulrunner
It appears all works.
Hope that helps.