[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mozilla + arabic



On Sat, Apr 13, 2002 at 04:48:15PM +0200, Hamza Soft wrote:
> 
> sorry for my question...but how i can work with that patch.I need it .
> 

Well, first grab the code.. I got it from cvs,

$ export CVSROOT=:pserver:anonymous at cvs-mirror dot mozilla dot org:/cvsroot
$ cvs login
 (password: anonymous)
$ cvs co mozilla/client.mk
$ cd mozilla
$ gmake -f client.mk checkout

This will take a while.. once it's all done grab the patch..

$ patch -b -p0 < patch.1

then you 

$ ./configure  --disable-tests --disable-debug --enable-optimize \
               --enable-crypto

Unless you want to debug, etc.. otherwise this should get you the
browser setup along with all the crypto stuff (Personal Security
Manager).

$ make

This takes about 1 hour on a Duron 800 w/ 256DDR.

$ cd dist/bin
$ ./mozilla &

And go ;)

Otherwise you could have found all this information on the mozilla.org
site.

later
-- 
-------------------------------------------------------
| Mohammed Elzubeir    | Visit us at:                 |
|                      |  http://www.arabeyes.org/    |
| Arabeyes Project     | Homepage:                    |
| Unix the 'right' way |  http://fakkir.net/~elzubeir/|
-------------------------------------------------------