From ef74424f1d72acdc681481642be029ca03406947 Mon Sep 17 00:00:00 2001 From: Kasra Madadipouya Date: Mon, 27 Oct 2025 23:17:13 +0100 Subject: [PATCH] Update installation guide for OpenBSD --- liteidex/deploy/welcome/en/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/liteidex/deploy/welcome/en/install.md b/liteidex/deploy/welcome/en/install.md index 3a9422837..2555efb42 100644 --- a/liteidex/deploy/welcome/en/install.md +++ b/liteidex/deploy/welcome/en/install.md @@ -142,10 +142,12 @@ Use brew install qt (eg brew install qt. Other versions of qt@5.5 and qt@5.7 wor Warning! brew install qt rpath incorrect do not use deploy script. ### OpenBSD + $ doas pkg_add go qt5 $ git clone https://github.com/visualfc/liteide.git - $ export QTDIR=/usr/local/lib/qt4 $ cd liteide/build $ ./update_pkg.sh + $ export CXX="c++ -std=c++14" + $ export MAKEFLAGS="-j$(sysctl -n hw.ncpu)" $ ./build_openbsd.sh ## Run it: ##