From 96904d8a725658aa71a5db9c7eeff8c756ef0826 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Sun, 10 Jul 2016 00:35:40 +0300 Subject: [PATCH] #58 emphasize even more in README that the correct library needs to be selected --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a05db06..eddb9852 100644 --- a/README.md +++ b/README.md @@ -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)