aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-30 12:42:08 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-30 12:42:08 +1200
commit3791a9305ff6071d61a76344f54af61b4d30f62a (patch)
tree7e2c67b3d64691e68f96752982f4cb67a258837b /README.md
parentdaddb2252364b8699c91ab650039819eb2f4e2ac (diff)
downloadtraccar-server-3791a9305ff6071d61a76344f54af61b4d30f62a.tar.gz
traccar-server-3791a9305ff6071d61a76344f54af61b4d30f62a.tar.bz2
traccar-server-3791a9305ff6071d61a76344f54af61b4d30f62a.zip
Update project readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 1 insertions, 25 deletions
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 <a href="https://www.jetbrains.com/idea/help/importing-project-from-maven-model.html">Importing Project from Maven Model</a>.
-
-### 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 <a href="https://www.traccar.org/build/">build from source</a> documentation from the official website.
## License