#58 emphasize even more in README that the correct library needs to be selected

This commit is contained in:
Anton Keks 2016-07-10 00:35:40 +03:00
parent b5c011af0f
commit 96904d8a72

View File

@ -3,9 +3,10 @@
This is the source code of Angry IP Scanner, licensed with GPL v2. [Official site](http://angryip.org/)
The code is written mostly in Java.
IntelliJ IDEA is recommended for coding, but Eclipse would do as well.
IntelliJ IDEA is recommended for coding (Community Edition is fine).
After loading the project in IDEA, make sure you select the appropriate for your platform lib_xxx library in module dependencies.
**Important:** after loading the project in IDEA, make sure you select the appropriate for your platform **lib_xxx library in module dependencies**
*(File -> Project Structure -> Modules -> ipscan -> Dependencies - move the right lib_xxx to the top)*.
## Building [![Build Status](https://travis-ci.org/angryziber/ipscan.svg?branch=master)](https://travis-ci.org/angryziber/ipscan)