Update README.md

Added requirements and changed order: "Note for developers" before "Build information"
This commit is contained in:
Alexander Garzon 2017-08-01 09:46:06 -04:00 committed by GitHub
parent 947e2629bd
commit 53968f6659
1 changed files with 12 additions and 6 deletions

View File

@ -24,6 +24,18 @@ Content
* **server_extensions_extra** - reference extension implementation that implements BTC, LTC, DASH, DOGE, NLG, ICG, NBT, GRS and MAX coin support functionality.
* **server_extensions_test** - contains tester for testing the extensions without requirement of having a BATM server
Note for developers
==========
Requirements:
* Linux is required in order to run compilers and tests.
* Java
* Ant
When you implement support for new crypto-coin add it please to **server_extensions_extra** this way it will get into default BATM Server installation pack for customers.
After you implement the the extension make sure you test it with Tester which you will find in **server_extensions_test**
Build information
=================
```bash
@ -36,12 +48,6 @@ cd ..
cp server_extensions_extra/dist/batm_server_extensions_extra.jar /batm/app/master/extensions/
```
Note for developers
==========
When you implement support for new crypto-coin add it please to **server_extensions_extra** this way it will get into default BATM Server installation pack for customers.
After you implement the the extension make sure you test it with Tester which you will find in **server_extensions_test**
How to run Tester
==========
```bash