Skip to content

Instantly share code, notes, and snippets.

@giocomai
Last active December 11, 2022 12:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save giocomai/772482fe36d13d3572188cf61980fddf to your computer and use it in GitHub Desktop.
Save giocomai/772482fe36d13d3572188cf61980fddf to your computer and use it in GitHub Desktop.
Install Ghostwriter markdown editor on Fedora 30
sudo dnf install qt-devel hunspell-devel qt5-qtwebkit-devel qt5-qtsvg-devel qt5-qtsvg-devel qt5-qtmultimedia-devel qt5-qtbase qt5-linguist qt5-qtwebengine-devel
wget https://github.com/wereturtle/ghostwriter/archive/v1.8.0.tar.gz
tar -xvzf v1.8.0.tar.gz
cd ghostwriter-1.8.0/
/usr/lib64/qt5/bin/qmake-qt5
make
sudo make install
@giocomai
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment