Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Fixed Markdown formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Apr 12, 2017
1 parent 021335e commit 7c481bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 7 additions & 9 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
##Installation
## Installation
- [Dependencies](#dependencies)
<br>
- [Unix-like](#unix-like-linux-unix-os-x)
- [Troubleshooting](#troubleshooting)
- [Windows](#windows)
<br>
- [Building using Qt Creator](#building-using-qt-creator)


###Dependencies
### Dependencies

| Name | Version |
|--------------|----------------------------------|
Expand All @@ -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).

Expand All @@ -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/.
Expand All @@ -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.
Expand All @@ -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.

Expand All @@ -98,4 +96,4 @@ To build the project with Qt Creator:
8. Wait for it to be built.
9. You should have a binary in whenever `Project` (on the left) `-> Build directory` points to.

Here is a screen capture of the process: [Building-using-Qt-Creator.webm](https://dl.dropboxusercontent.com/u/20447449/Building-using-Qt-Creator.webm).
Here is a screen capture of the process: [Building-using-Qt-Creator.webm](https://www.dropbox.com/s/hp8a39l5ga63c15/Building-using-Qt-Creator.webm).
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7c481bc

Please sign in to comment.