diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-30 12:42:08 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-08-30 12:42:08 +1200 |
commit | 3791a9305ff6071d61a76344f54af61b4d30f62a (patch) | |
tree | 7e2c67b3d64691e68f96752982f4cb67a258837b | |
parent | daddb2252364b8699c91ab650039819eb2f4e2ac (diff) | |
download | trackermap-server-3791a9305ff6071d61a76344f54af61b4d30f62a.tar.gz trackermap-server-3791a9305ff6071d61a76344f54af61b4d30f62a.tar.bz2 trackermap-server-3791a9305ff6071d61a76344f54af61b4d30f62a.zip |
Update project readme file
-rw-r--r-- | README.md | 26 |
1 files changed, 1 insertions, 25 deletions
@@ -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 |