diff options
author | M.Dinslage <daedra1980@gmail.com> | 2019-04-06 05:47:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-06 06:50:15 +0700 |
commit | 4473c98f20b17650f8430c0179f8a8e46b7a289a (patch) | |
tree | 3d4e64bfd769c6d3b2b8f4c6c876bb02f344b57d /gis/opencpn/README | |
parent | f9cdef357bb2e32cc2f4b1238bf53fed62c721d8 (diff) |
gis/opencpn: Updated for version 5.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/opencpn/README')
-rw-r--r-- | gis/opencpn/README | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/gis/opencpn/README b/gis/opencpn/README index 1c6dfc8736a06..13429d3b66778 100644 --- a/gis/opencpn/README +++ b/gis/opencpn/README @@ -3,9 +3,15 @@ plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement. -wxGTK3 is a required dependency, however you can use wxGTK or -wxPython instead if you prefer. If decide to use wxGTK you will -have to recompile wxGTK with the --enable-graphics_ctx option -because it is not enabled in the default slackbuild and is -required by opencpn. The --enable-graphics_ctx option is enabled -by default in the wxGTK3 and wxPython slackbuilds. +If you are upgrading or installing new, OpenCPN 5.x now requires +that wxGTK3 be built with webkitgtk support. So you will have to +install webkitgtk available here at SBo, then build and install +wxGTK3. + +OpenCPN only looks for plugins in the "lib" directories. So on +x86_64 we have to pass an environment variable to use plugins. +The menu launcher will automatically set this for you, however +if you choose to launch OpenCPN from the command line you must +launch it with this command to get plugin support on x86_64. + +OPENCPN_PLUGIN_DIRS="/usr/lib64/opencpn" opencpn |