Saturday 29 January 2011

Open Office Source Code download


how to download Open Office Source Code?

the answer is here

it is the step by step process just follow it:
  1. first download this file dev300.hg by clicking on the file.It is a 1.4 GB file and it will take sometime to get downloaded depending upon the speed of your internet connection.
  2. after downloading the dev300.hg file ,open the terminal and do the following steps
  • mkdir working_dir
  • cd working_dir
  • hg init (this will install the MERCURIAL REPOSITORY)
  • hg unbundle/dev300.hg
  • hg pull http://hg.services.openoffice.org/DEV300
  • hg update
This method will get you a repository and a working tree with the latest changes in the source code.


No comments:

Post a Comment

Popular Posts