Hi Maggie, > I'm a little confused. I checked the instructions for how to build > Libreoffice.
You do not need to build LibreOffice in order to work on the website. You also do not need Cygwin to work on the website. For working on the website, you only need the website repository. After installing Git, you should have a Git GUI link in your start menu. Start that, click on Clone existing repository, use git://anongit.freedesktop.org/libreoffice/website for Source Location, as the Target Directory use something like C:\Users\(name)\git\ . Click on Clone, then wait some time. Afterwards, use a file manager to navigate to the target directory. Under "bug," you'll find the bug submission assistant. You can also use the Git GUI tool to create a "commit" (i. e. a versioned code change/"changeset"): for that, do the change in a change using e.g. a text editor, then in Git GUI, click Rescan, next Change Stage (on the command line that would be: "git add ."), enter a commit message and then click Commit (= "git commit"). However, if you'd rather work on mock-ups first, that's of course fine, too! (If you still want to build LibreOffice: the recommendation is to do that on Linux, as it is reasonably easy there. On Windows, getting to a successful build can mean a lot of hit and miss and thus take some time.) Astron. -- Unsubscribe instructions: E-mail to [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/design/ All messages sent to this list will be publicly archived and cannot be deleted
