3
0
Fork 1

Update README.md

kcx-1614
Sergey 2015-04-24 11:44:39 +03:00
parent 8bd7ff1755
commit 2dcf2b7f65
1 changed files with 2 additions and 19 deletions

View File

@ -4,27 +4,11 @@ Compilation
We use Gradle to handle our dependencies. We use Gradle to handle our dependencies.
1. Checkout project. 1. Checkout project.
2. Init submodules : git submodule update --init --recursive -- depth 1 2. Init submodules : git submodule update --init --recursive --depth 1
3. Setup workspace : gradlew setupCauldron 3. Setup workspace : gradlew setupCauldron
4. Build binaries : gradlew buildPackages 4. Build binaries : gradlew buildPackages
Note: all binaries will be in distributions folder Note: all binaries will be in distributions folder
Supporting Cauldron
--------
Click here to [Donate to bloodmc](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YNCKCALNQKFAS)
Click here to [Become a Patreon] (http://www.patreon.com/bloodmc)
Top Patron Supporters
-----------
* isiliden
* eonic
* trab
* jamescowens
* SFTMedia
* Shmeeb
Profiling Profiling
--------- ---------
@ -32,9 +16,8 @@ We use YourKit as our Java Profiler.
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit is kindly supporting open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of innovative and intelligent tools for profiling YourKit, LLC is the creator of innovative and intelligent tools for profiling
Java and .NET applications. Take a look at YourKit's leading software products: Java. Take a look at YourKit's leading software products:
* [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) * [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp)
* [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp)
Coding and Pull Request Conventions Coding and Pull Request Conventions