Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2013-05-08 | 815 Bytes | |
textpad-editor-0.4.zip | 2013-05-08 | 88.8 kB | |
Totals: 2 Items | 89.7 kB | 0 |
==Linux, Mac OSX and other UNIX variants== You will only need the Qt4 developer libraries (altough Qt5 developer libraries are recommended) in order to compile the program. To compile this program, simply execute the following command in a terminal (without qoutes): "qmake textpad-editor.pro && make", naturaly, you should be in the directory where you extracted the tarball. This will create an executable named "textpad-editor", to run it, simply type "./textpad-editor". ==Microsoft Windows (XP, Vista, 7, 8)== You will need to install Qt and Qt Creator (you can download them at http://www.qt-project.org/downloads). To compile this program, open the textpad-editor.pro file with Qt Creator, configure the project and press CTLR + R to run it. Have a great time hacking around the source code!