Skip to content

bdbcat/s63_pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0269a0 · Apr 15, 2023
Apr 15, 2023
Jun 4, 2020
Jun 4, 2020
Jul 3, 2021
Jul 3, 2021
Jul 3, 2021
Oct 27, 2020
Oct 27, 2020
Apr 15, 2023
Apr 15, 2023
May 25, 2022
Apr 15, 2023
Aug 20, 2021
Jun 4, 2020
May 22, 2022
May 25, 2022
Jun 4, 2020
Jun 4, 2020
May 21, 2021
May 21, 2021
Jul 25, 2022
Jul 18, 2021
Dec 22, 2013
Jun 4, 2020
Jul 11, 2020

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
    
2.   Copyright and licensing

This software is copyright (c) David Register 2021. It is distributed under the terms of the Gnu Public License version 2 or, at your option, any later version. See COPYING.gplv2.

The OCPNsenc binary is closed source. Re-distribution of these items is allowed.

The sources also contains dependencies distributed under various open-source licenses. Refer to the source files for details.