Re: New SeaMonkey build
Dave Yeo <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
On 05/09/16 01:48 PM, Martin Rosenfeld wrote: > Andreas, > >>> New requirement is icu (yum install libicu) for internationalization >>> support in JavaScript >> >> That works in real world only with netlabs experimental repo. >> >> From >> <http://rpm.netlabs.org/experimental/00/zip/icu-56_1-1_oc00.zip> >> following files are required: >> icudt.dll 13.547.886 15.03.16 >> icuin.dll 1.588.140 15.03.16 >> icuuc.dll 1.016.679 15.03.16 > > Is there a way that I could download and install icu-56_1-1_oc00 using > Yum or Arca Noae Package Manager? > > I already have installed "libicu." > Sorry for forgetting that I got it from the experimental repository, too much time passed :) Simplest is to add the experimental repository, though a little dangerous as not all packages have been thoroughly tested, yum install netlabs-exp Or just download the RPM, http://rpm.netlabs.org/experimental/00/i386/i686/icu-56.1-1.oc00.i686.rpm and do yum install icu-56.1-1.oc00.i686.rpm Dave ps thanks Andreas for catching this, it's been so long since I installed it and expected a new Firefox release before now