Skip to content

owenlss/notepadqq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notepadqq

Keep in mind that this is an experimental branch.

Build dependencies

  • Qt 5.3.1
  • libqt5webkit5-dev
  • libmagic-dev

How to build

You can build Notepadqq from command line:

notepadqq/src/ui$ qmake PREFIX=/opt/notepadqq DEPLOY=false notepadqq.pro -r -spec linux-g++
notepadqq/src/ui$ make

Make sure you're using qmake from Qt 5.3.1 (qmake -v). If not, you might need to specify its full path.

DEPLOY=false will hard-link notepadqq to your local Qt libraries. If you want to deploy notepadqq to different machines (e.g. if you're building a Linux package), you need to run qmake with DEPLOY=true and then copy the needed Qt libraries within the same folder as the notepadqq binary file (find them with ldd notepadqq|grep libQt.

Install

You can run notepadqq from its build output folder. If however you want to install it, first build it by following the above steps, then run

notepadqq/src/ui$ sudo make install

Debian package

To build a Debian package:

notepadqq$ dpkg-buildpackage -b -us -uc

About

Notepad++-like editor for Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.9%
  • JavaScript 13.5%
  • QMake 2.4%
  • HTML 2.3%
  • CSS 0.3%
  • Shell 0.2%
  • Other 0.4%