-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
41 lines (29 loc) · 1.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Logbook Konni for OpenCPN
==========================
Building from source
--------------------
Please use Git for download and don't hit the downloads-link above to create a .zip or tar.zip !!
Clone the git repository to <OPENCPN_SOURCE_TLD>/plugins/LogbookKonni_pi (the _pi at the end matters!)
---------------------------------------------------------------------------
cd <OPENCPN_SOURCE_TLD>/plugins
open a terminal here and copy/paste this command:
git clone git://github.com/konnibe/LogbookKonni.git LogbookKonni_pi
Run this commands:
cd ../build
cmake ..
cmake --build . --target logbookkonni_pi
sudo make install
that's it.
**** Apple-Users: ****
if you get a compiler-error like this:
Desktop/opencpn/plugins/LogbookKonni_pi/src/LogbookOptions.cpp:546: error: converting to execution character set: Illegal byte sequence
please overwrite in the file LogbookOptions.cpp line 546
the _T("x") with _T("°"), (x = the wrong character, ° = the Degree-character)
Install Layouts (Linux only)
----------------------------
they are nessesary to display data e.g. in a browser
start opencpn
select in the toolbar Options/Plugins and enable the plugin.
click the peferences-button
in the dialog click "Install" below the label "Install Layouts"
in the filedialog select in the directory '<OPENCPN_SOURCE_TLD>/plugins/LogbookKonni_pi' the file 'OpenCPN_Logbook_Layouts.zip'