How to compile notepad next in LMDE 7 (tutorial) #910
Unanswered
fabioabranquetat
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
sudo apt install qt6-base-dev qt6-tools-dev libqt6svg6-dev libqt6core5compat6-dev qt6-l10n-tools build-essential qt6-base-private-dev
git clone --recurse-submodules https://github.com/dail8859/NotepadNext.git
cd NotepadNext
mkdir build
cd build
qmake6 ../src/NotepadNext.pro
make -j$(nproc)
sudo make install
to create menu entry in Cinnamon
xed ~/.local/share/applications/notepadnext.desktop
[Desktop Entry]
Type=Application
Name=NotepadNext
Comment=Advanced Text Editor
Exec=/usr/bin/NotepadNext
Icon=/usr/share/icons/Mint-X/apps/48/notepadnext.png
Terminal=false
Categories=Utility;TextEditor;Development;
StartupNotify=true
Beta Was this translation helpful? Give feedback.
All reactions