Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 583 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 583 Bytes

About

This project provides reusable components of the Jeography GIS as a library. It also contains the main executables of the GIS itself.

License

This library is released under the terms of the GNU Lesser General Public License.

See LGPL.md and GPL.md for details.

Running the main GIS user interface

Using gradle

You can run the main UI using gradle directly:

gradle run

Using scripts

Setup the execution environment:

gradle createRuntime

Then you can run the main executables from the build directory:

./scripts/jeography