Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Winery/Code Setup Guide"

(Adapts to new repository structure)
m (Repositories: Fixes checkout hint)
Line 2: Line 2:
  
 
Winery has a '''single''' repository: http://git.eclipse.org/c/winery/org.eclipse.winery.git/.
 
Winery has a '''single''' repository: http://git.eclipse.org/c/winery/org.eclipse.winery.git/.
Check out each of it in a separate folder.
 
 
Under Windows, we recommend the folder to reside the root directory due to long path names during compilation: <tt>c:\wr</tt>
 
Under Windows, we recommend the folder to reside the root directory due to long path names during compilation: <tt>c:\wr</tt>
  
 
The repository contains a [http://git.eclipse.org/c/winery/org.eclipse.winery.winery.git/plain/README.md README.md] stating the compilation instructions.
 
The repository contains a [http://git.eclipse.org/c/winery/org.eclipse.winery.winery.git/plain/README.md README.md] stating the compilation instructions.

Revision as of 08:43, 11 August 2014

Repositories

Winery has a single repository: http://git.eclipse.org/c/winery/org.eclipse.winery.git/. Under Windows, we recommend the folder to reside the root directory due to long path names during compilation: c:\wr

The repository contains a README.md stating the compilation instructions.

Back to the top