User Tools

Site Tools


linux:notepadqq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notepadqq [2023/05/29 11:55] – external edit 127.0.0.1linux:notepadqq [2024/12/24 22:15] (current) Wulf Rajek
Line 9: Line 9:
 </code> </code>
  
 +Mint 22 / Ubuntu 24.04:
 +<code>
 +sudo apt-get install qtbase5-dev qtchooser qt5-qmake qttools5-dev-tools qtwebengine5-dev libqt5websockets5-dev libqt5svg5 libqt5svg5-dev libuchardet-dev pkg-config git
 +
 +git clone --recursive https://github.com/notepadqq/notepadqq.git
 +cd notepadqq
 +./configure --prefix /usr
 +make
 +sudo make install
 +
 +sudo apt-get purge qtbase5-dev qtchooser qt5-qmake qttools5-dev-tools qtwebengine5-dev libqt5websockets5-dev libqt5svg5-dev libuchardet-dev pkg-config
 +sudo apt-get install -y libqt5webenginewidgets5
 +</code>
linux/notepadqq.1685357734.txt.gz · Last modified: 2023/05/29 11:55 by 127.0.0.1