Skip to content

CamK06/QNotepad

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

QNotepad

A simple notepad program written in C++ with Qt, inspired by the Windows notepad.

Install

Pre-compiled binaries

Download the latest release and install it as you normally would with your respective package manager

Source

After building, run sudo make install in the build directory

Build

Clone the repo:

git clone https://github.com/Starman0620/QNotepad --recursive

Linux, BSD, macOS & Haiku

Ensure you have the Qt5 development dependencies installed. If you don't know what these are, you can search online for your respective system.

Build the code:

mkdir build && cd build
cmake ..
make

Note: on macOS, if qt5 was installed with Brew, you need to run cmake with the following command:

CMAKE_PREFIX_PATH=/usr/local/opt/qt@5 cmake ..

Windows

TODO

Screenshots

Linux | KDE:

LinuxScreenshot

macOS | Big Sur:

macOSScreenshot

Windows 10:

windowsScreenshot

Haiku:

haikuScreenshot

FreeBSD | Xfce:

bsdScreenshot

Libraries

Contributors

License

This project is licensed under the terms of the BSD 2-clause license