Adding Quickstart to readme

This commit is contained in:
Hardy Ferentschik 2012-04-20 17:46:07 +02:00
parent 9a709fdfa0
commit 1335924dda
1 changed files with 12 additions and 1 deletions

View File

@ -3,7 +3,18 @@ How to build
*Starting with development of version 4.0, Hibernate uses [Gradle](http://gradle.org) as its build tool.*
This README describes some of the basics developers and contributors new to Gradle need to know to get productive quickly. More information can be found on the Hibernate [wiki](https://community.jboss.org/wiki/BuildingHibernateORM4x).
This README describes some of the basics developers and contributors new to Gradle need to know to get productive quickly.
Quickstart
----------
git clone git://github.com/hibernate/hibernate-orm.git
cd hibernate-orm
./gradle clean build
If you are having problems with unresolved dependencies you need to configure access to the JBoss Nexus repository
(see below)_.
Resources
---------