Skip to content

Commit

Permalink
precise the simplification of deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
frett27 authored Oct 10, 2016
1 parent c78fda9 commit 481af8e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ the result is in `build/distributions`

#How to use

2 - Place the given native FGDBJNIWrapper library, and FileGeodatabase API DLLs in the PATH or LD\_LIBRARY\_PATH (for linux)
##Windows :
Just put the maven reference to the jfgdb, it will decompress in the tmp the proper DLLS

##Linux
reference the jar in the project,
Due to dlopen call that don't permit to load related .so library next to the main .so, you will need to place the given native FGDBJNIWrapper library, and FileGeodatabase API DLLs in the PATH or LD\_LIBRARY\_PATH (for linux)

3 - Use the jar file in you project

0 comments on commit 481af8e

Please sign in to comment.