Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion liteidex/deploy/welcome/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: ##
Expand Down