8 Commits

Author SHA1 Message Date
dail8859
5c4bc23dc2 Switch to Qt6 for official distribution (#252) 2022-12-04 18:12:07 -05:00
dail8859
2913478135 Update Building.md 2022-07-03 16:06:27 -04:00
Meraj al Maksud
5bf256a2f8 Update Building.md (#134)
Encountered en error on PopOS 21.04

```
$ make -j$(nproc)
cd NotepadNext/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Repos/NotepadNext/src/NotepadNext/NotepadNext.pro ) && make -f Makefile 
make[1]: Entering directory '/home/user/Repos/NotepadNext/build/NotepadNext'
/usr/lib/qt5/bin/lrelease ../../i18n/NotepadNext.zh_CN.ts -qm i18n/NotepadNext.zh_CN.qm
make[1]: /usr/lib/qt5/bin/lrelease: No such file or directory
make[1]: *** [Makefile:1621: i18n/NotepadNext.zh_CN.qm] Error 127
make[1]: Leaving directory '/home/user/Repos/NotepadNext/build/NotepadNext'
make: *** [Makefile:47: sub-NotepadNext-make_first] Error 2
```

However. installing `qttools5-dev-tools` solved the problem.
2022-05-07 11:15:57 -04:00
dail8859
23052a36b7 Build AppImage for Linux (#75) 2022-03-14 19:20:09 -04:00
dail8859
ab9642f9c2 Update documentation and Github actions 2021-12-13 16:34:59 -05:00
dail8859
9b007dc9fa Update documentation 2021-08-06 19:58:10 -04:00
dail8859
d9844cfebf Update documents 2021-07-31 11:06:55 -04:00
dail8859
907ae1780c Add more detailed building guide 2021-05-07 20:33:46 -04:00