Does anyone have experience running ReText on OpenBSD? Anything to watch out for when installing or any tips?
Generally Python packages work well on OpenBSD. I am having some trouble with this one in terms of missing module(s) / etc. On a slightly other note I attempted to build Qt5 from ports/x11/qt5 and that did not work. What is the best way to get a working version of qmake(5)? I need qmake to build a python-qt dependency that ReText apparently requires to show live previews (the whole point in running ReText to start). Maybe there is another way to install the missing dependency. ReText is Python3 based. My system is primarily using Python2 modules. It seems that Python3 did not recognize the Py3-Qt5 module required. Any help would be greatly appreciated. I don't know if it is only me but building large complicated ports like Qt always seems to be living hell / very little reward for the work. Thanks.