November 11 2018, 00:00#

Compiler Ghostwriter sur FreeBSD

Ghostwriter est un éditeur Markdown plutôt sympa. Ce petit billet couvre la compilation du logiciel sur FreeBSD.

Prérequis

  • Git (git ou git-lite)

Installer les dépendances

sudo pkg install hunspell en-hunspell pkgconf qt5-svg qt5-multimedia \
qt5-webkit qt5-concurrent qt5-printsupport qt5-buildtools qt5-qmake \
qt5-linguist

Récupérer les sources

git clone https://github.com/wereturtle/ghostwriter

Compiler et installer

cd ghostwriter
qmake
make
sudo make install

Tags : unix freebsd markdown logiciel