From 3791a9305ff6071d61a76344f54af61b4d30f62a Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 30 Aug 2015 12:42:08 +1200 Subject: Update project readme file --- README.md | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e684c201..dc9136db0 100644 --- a/README.md +++ b/README.md @@ -13,31 +13,7 @@ Traccar is open source server for various GPS tracking devices. Project is writt ## Build -Traccar is a Maven project. You need Java SDK version 6 or higher to build the project. - -### NetBeans (recommended) - -NetBeans comes pre-packaged with Maven plugin, so you don't need to install it separately. - -If your NetBeans doesn't have Maven plugin, then you need to download (`Tools > Plugins`) and configure (`Tools > Options > Miscellaneous > Maven`) it. - -To import project select `File > Open Project`, browse to the location of the project folder and click `Open Project`. To compile the project right click on the project and select `Build`. - -### Eclipse - -Eclipse is not recommended because of the number of reported problems with Eclipse Maven plugin. - -### IntelliJ IDEA - -Follow official instructions for Importing Project from Maven Model. - -### Command Line - -Make sure you have Maven and JDK installed. To generate binary files execute `mvn package` command in the terminal. - -### Create Installer - -Execute `setup/package.sh` shell script in the terminal. +Please read build from source documentation from the official website. ## License -- cgit v1.2.3