Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Faster3ck committed Jun 24, 2014
1 parent e17a171 commit 583e883
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ if (Qt5Widgets_FOUND)
endif()

install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/ascii-design DESTINATION ${CMAKE_INSTALL_PREFIX}/bin)
install(FILES icon/ascii-design.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
install(FILES other/ascii-design.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications)
install(FILES pics/ascii-design.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps)
install(FILES ascii-design.appdata.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/appdata/)
10 changes: 5 additions & 5 deletions INSTALL.TXT
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.
Expand All @@ -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/
6 changes: 3 additions & 3 deletions icon/ascii-design.desktop → other/ascii-design.desktop
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;
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <QApplication>
#include "mainwindowimpl.h"

#define VERSION "1.1.0"
#define VERSION "1.1.1"

int main(int argc, char ** argv)
{
Expand Down

0 comments on commit 583e883

Please sign in to comment.