From 062992a6a1f308b5a17c5a5d4e9633dd94a1ed68 Mon Sep 17 00:00:00 2001 From: Maxim Biro Date: Wed, 12 Apr 2017 05:34:10 -0400 Subject: [PATCH] Fixed Markdown formatting --- INSTALL.md | 14 ++++++-------- README.md | 2 ++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index bdf3f2f..62f17f0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,14 +1,12 @@ -##Installation +## Installation - [Dependencies](#dependencies) -
- [Unix-like](#unix-like-linux-unix-os-x) - [Troubleshooting](#troubleshooting) - [Windows](#windows) -
- [Building using Qt Creator](#building-using-qt-creator) -###Dependencies +### Dependencies | Name | Version | |--------------|----------------------------------| @@ -17,7 +15,7 @@ | toxcore | most recent | -###Unix-like (Linux, Unix, OS X): +### Unix-like (Linux, Unix, OS X): Grab and install Qt 5.2.0+ from [qt-project website](http://qt-project.org/downloads). Alternatively you could get it from your distro's package repository (`qtbase5-dev` on Debian Jessie). @@ -36,7 +34,7 @@ On success, this will produce a `TOX-Qt-GUI` executable. See [building using Qt Creator](#building-using-qt-creator) if you want to build the project by using Qt Creator IDE, rather than shell commands. -####Troubleshooting +#### Troubleshooting - Note that `qmake` might not be found by bash or it might be found, but from Qt4 installation. In the case of qmake not working, make sure you use the right qmake. - If you have installed Qt5 from the qt-project website, you should specify the full path to Qt's qmake, since it's not added to /user/bin/. @@ -48,7 +46,7 @@ See [building using Qt Creator](#building-using-qt-creator) if you want to build - On OS X you may get a warning while running qmake: "WARNING: Could not resolve Info.plist: 'Info.plist.app'. Check if QMAKE_INFO_PLIST points to a valid file". It should be safe to ignore it. -###Windows +### Windows Grab and install MinGW version of Qt 5.2.0+ from [qt-project website](http://qt-project.org/downloads). The MinGW version includes MinGW compiler, so you don't have to bother with installing one manually. @@ -75,7 +73,7 @@ On success, this will produce a `TOX-Qt-GUI.exe` binary. If you used Qt from qt- See [building using Qt Creator](#building-using-qt-creator) if you want to build the project by using Qt Creator IDE, rather than command prompt. -##Building using Qt Creator +## Building using Qt Creator Qt Creator is cross-platform, so the next instructions should be valid for all platforms. diff --git a/README.md b/README.md index dd3238c..a47aa05 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A cross-platform front end for [ProjectTox Core](https://github.com/irungentoo/P Please note that development is very early on and the project is not ready to use yet. +Development on the project has stopped due to not having enough time for it. + ## Screenshots ![Hi There](http://i.imgur.com/UJFsjgD.png "Current master branch running on Windows 7")