-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
Ascii Design is an ascii art editor written in C++. | ||
This program uses Qt4 libraries and figlet. | ||
This program uses Qt5 libraries and figlet. | ||
|
||
|
||
If you want to compile and INSTALL Ascii Design under linux you'll need cmake >= 2.4, | ||
Qt4 and figlet. | ||
Qt45 and figlet. | ||
|
||
a) Compiling and installing Ascii Design using cmake: | ||
|
||
mkdir build | ||
cd build | ||
cmake .. | ||
cmake -DCMAKE_INSTALL_PREFIX=/usr .. | ||
make | ||
make install (as root) | ||
|
||
b) Compiling Ascii Design without cmake: | ||
|
||
1. Run qmake (qt4 version); | ||
1. Run qmake (qt5 version); | ||
2. Run make | ||
|
||
To use Ascii Design you'll need to install figlet (http://www.figlet.org/) using your package manager. | ||
|
@@ -25,5 +25,5 @@ Run Ascii Design and set figlet executable path and figlet fonts path from the o | |
You can download additional figlet fonts at http://ascii-design.sourceforge.net//figlet_fonts.zip | ||
|
||
E-Mail: [email protected] | ||
Author web site: http://fasterindesign.altervista.org/ | ||
Author web site: http://fasterland.net/ | ||
Ascii Design: http://ascii-design.sourceforge.net/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[Desktop Entry] | ||
Encoding=UTF-8 | ||
Name=Ascii Design | ||
Comment=Start Ascii Design | ||
Comment=A tool to create ascii arts | ||
Comment[it]=Uno strumento per creare ascii art | ||
Exec=ascii-design | ||
Icon=ascii-design.png | ||
Icon=ascii-design | ||
Terminal=false | ||
Type=Application | ||
Categories=Office; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters