diff options
-rw-r--r-- | README_SETUP.txt | 25 |
1 files changed, 7 insertions, 18 deletions
diff --git a/README_SETUP.txt b/README_SETUP.txt index 57cff29fc..2f6d430a7 100644 --- a/README_SETUP.txt +++ b/README_SETUP.txt @@ -1,6 +1,11 @@ -WINDOWS +GENERAL SETUP: -Dependencies: +1. Download "wrapper-delta-pack-*.tar.gz" from http://wrapper.tanukisoftware.com/doc/english/download.jsp +2. Download "isetup-*.exe" from http://www.jrsoftware.org/isdl.php +3. Copy the files to "traccar/setup" +4. Continue following the build instructions on http://www.traccar.org/docs/build.jsp + +NOTE: Linux Dependencies: - wine - innoextract @@ -8,19 +13,3 @@ Get innoextract on Ubuntu: - sudo add-apt-repository ppa:arx/release - sudo apt-get update - sudo apt-get install innoextract - -Create setup: -1. Download "wrapper-delta-pack-*.tar.gz" from http://wrapper.tanukisoftware.com/doc/english/download.jsp -2. Download "isetup-*.exe" from http://www.jrsoftware.org/isdl.php -3. Copy files to "traccar/setup/windows" -4. Change directory to "traccar/setup/windows" -5. Run "./traccar.sh" - -LINUX - -Create setup: -1. Download "wrapper-delta-pack-*.tar.gz" from http://wrapper.tanukisoftware.com/doc/english/download.jsp -3. Copy files to "traccar/setup/linux" -4. Change directory to "traccar/setup/linux" -5. Run "./traccar.sh" - |