A fast, simple and open-source text editor using Qt5
- qt6 >= 6.0
- cmake >= 3.5
- C++ compiler (like GCC or Clang)
Clone the project with git clone command
$ git clone https://github.com/ecsuarez/hyperpad.git
Create a directory and configure cmake. You can use other PREFIX_PATH instead of "/usr".
$ cd hyperpad
$ mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
$ cmake --build .
If you want install hyperpad on your system, use
$ cmake --install .
All pull requests will be revised, do one!
This project is licensed under the GPL v3 License - see the LICENSE file for details.
Ernest C. Suarez [email protected]