Skip to content

Instantly share code, notes, and snippets.

@e7d
e7d / openfortigui.sh
Last active October 12, 2021 13:38 — forked from yoyosan/openfortigui.md
Build openfortigui in Fedora 34+
#!/bin/sh
# install required packages:
sudo dnf install qt5-qtbase-devel openssl-devel qtkeychain-qt5-devel -y
# create a symlink to /usr/bin/qmake, if needed
sudo ln -s /usr/lib64/qt5/bin/qmake /usr/bin/qmake
# build openfortigui code
git clone https://github.com/theinvisible/openfortigui.git /tmp/openfortigui