Installeren op Raspberry PI
OpenCPN wordt steeds vaker geïnstalleerd op een steeds populairder wordende Raspberry.
Deze pagina is GEEN handleiding voor een Raspberry.
Hier gaat het er alleen om HOE je OpenCPN werkend op een Raspberry kunt installeren. Enige voorkennis van Linux en de Engelse taal is dus wél gewenst. Op de Engelstalige manualpagina vindt je nog meer informatie.
Installing Raspbian
OpenCPN works on Raspberry Pi 2 and 3 (recommended) models. You can install OpenCPN adding an Ubuntu PPA (Personal Packages Archives) to your system's Software Sources. We will see how to do this but first of all you need to have a running system.
Raspbian is the official Operating System for Raspberry Pi. You have two options to install Raspbian on an SD card: with NOOBS (New Out Of Box Software) or installing an SD image directly. We recommend NOOBS.
Follow this easy guide for both options: https://www.raspberrypi.org/learning/software-guide/quickstart/
If you feel lazy you can try OpenPlotter, a complete marine Operating System for Raspberry Pi with OpenCPN + plugins installed and amazing extra tools ready to use. OpenPlotter can be installed with NOOBS following this guide.
Adding OpenCPN Ubuntu PPA to Raspbian Software Sources
Once you have Raspbian running on Raspberry Pi, go to:
[ Menu / Accessories / Terminal ], and type:
sudo nano /etc/apt/sources.list
A text editor will open. Move the cursor to the end and add this line if you are on Raspbian Stretch:
deb http://ppa.launchpad.net/opencpn/opencpn/ubuntu/ xenial main
Or, if your Raspbian is Jessie:
deb http://ppa.launchpad.net/opencpn/opencpn/ubuntu/ trusty main
Save the file pressing Ctrl+X, say Yes and press enter. Now type:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C865EB40
and press enter. Now be sure you have Internet connection and type:
sudo apt-get update
The Software sources will be updated and finally you will have to type:
sudo apt-get install opencpn
and you are done!