forked from bdbcat/s63_pi
-
Notifications
You must be signed in to change notification settings - Fork 0
did-g/s63_pi
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
1. Build instructions
A. Windows
i. Create a build directory, e.g. "C:\s63_pi_build"
ii. Copy the entire git source tree into this directory.
iii. Open a Visual Studio 10 command prompt, and navigate to this directory.
iv. Find a compatible copy of opencpn.lib (typically from the most recent OpenCPN Release build),
and copy it into this directory.
v. Assuming your cmake 2.8 executable is installed normally, execute the following:
"C:\Program Files\CMake 2.8\bin\cmake" -G "NMake Makefiles"
vi. Build the PlugIn install package by executing the following:
NMake package
The Windows install package will be built, and called s63_pi_x.x.x_setup.exe
B. Linux
i. git clone the project.
ii. $cmake
iii. $make package
The debian install package will be built, and called s63_pi_0.1.0-_i386.deb
About
S63 Chart PlugIn for OpenCPN
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 55.1%
- C 42.3%
- CMake 1.4%
- NSIS 0.7%
- Shell 0.3%
- AppleScript 0.2%