Skip to content

Commit

Permalink
Linux build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nohal committed Mar 26, 2012
1 parent 47f44d5 commit bf17c99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README
@@ -1,5 +1,8 @@
Survey plugin for OpenCPN

Uses the excellent Spatialite library from http://www.gaia-gis.it/gaia-sins/
To browse and organize your data, get https://www.gaia-gis.it/fossil/spatialite_gui/index and/or https://www.gaia-gis.it/fossil/spatialite_gis/index

Compilation on Windows:
Get OSGeo4Win: http://trac.osgeo.org/osgeo4w/
Install the following libraries: proj.4, freexl, geos, iconv
Expand Down
2 changes: 1 addition & 1 deletion src/survey_pi.cpp
Expand Up @@ -115,7 +115,7 @@ int survey_pi::Init(void)
#ifdef __WXMSW__
pHome_Locn.Append(std_path.GetConfigDir()); // on w98, produces "/windows/Application Data"
#else
pHome_Locn->Append(std_path.GetUserConfigDir());
pHome_Locn.Append(std_path.GetUserConfigDir());
#endif
appendOSDirSlash(&pHome_Locn) ;
#ifdef __WXMSW__
Expand Down

0 comments on commit bf17c99

Please sign in to comment.