Open main menu

CDOT Wiki β

Changes

Assignment 1 (Pcvitori)

29 bytes added, 13:36, 16 September 2006
Software Installation
</pre>
My next step was to download the most recent version of the Mozilla source code from the cvs repository. To accomplish this task, I first need to create a directory to hold all my cvs repositories. Finally, then i need to checkout the latest browser versionfrom the Mozilla trunk and build it. The I used the following commands were used through my Linux terminalto complete these tasks.
<pre>
>$ mkdir cvs
>$ cd cvs
>$ cvs -d :pserver:anonymous:anonymous@cvs-mirror.mozilla.org:/cvsroot co >$ mozilla/client.mk
>$ cd mozilla
</pre>
1
edit