fabiocolacio / Marker

🖊 A gtk3 markdown editor
GNU General Public License v3.0
832 stars 75 forks source link

Need a build recipe for Raspberry Pi OS #348

Open johnblommers opened 3 years ago

johnblommers commented 3 years ago

Those of us that enjoy using the Raspberry PI OS on their SBCs can build their own copy of Marker. The instructions given are enough guidance, however to allow us to build the following recipe. It's for the 64-bit Raspberry Pi OS and worked fine on the 4 GB Raspberry Pi 4B:

First install build tools and dependencies:

sudo apt install meson git build-essential  \
         libgtksourceview-3.0-dev \
         libwebkit2gtk-4.0-dev\
         libgtkspell3-3-dev \
         libgtk-3-dev

Then go build:

git clone https://github.com/fabiocolacio/Marker.git
cd Marker
git submodule update --init --recursive
mkdir build && cd build
meson .. --prefix /usr
ninja
sudo ninja install

Marker will appear in the Accessories menu. This procedure worked for me and I hope that others Raspberry Pi owners will find the information useful.

open-sorcerer64 commented 2 years ago

Or, you can use flatpak

archisman-panigrahi commented 1 year ago

Or, you can use the armhf/arm64 .deb files from the PPA package. https://launchpad.net/~apandada1/+archive/ubuntu/marker/+packages

E.g. https://launchpad.net/~apandada1/+archive/ubuntu/marker/+files/marker_2020.04.04.2-1~ubuntu22.04.1_armhf.deb