From ef3c64af1f3f1162805462a54d4a63f549a1409e Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Sat, 12 Jul 2014 20:30:07 +0200 Subject: [PATCH] Update README: toxgui -> qTox --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e6c6e252a..a5deb8767 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -toxgui +qTox ====== -For-fun Tox client that tries to follow the Tox UI mockup while running on all major systems.
-This GUI uses code from @nurupo's ProjectTox-Qt-GUI, in particular the "Core" Toxcore wrapper.
+Powerful Tox client that tries to follow the Tox UI mockup while running on all major systems.
+This GUI uses code from @nurupo'tos ProjectTox-Qt-GUI, in particular the "Core" Toxcore wrapper.
However, it is not a fork.

Features

@@ -17,8 +17,8 @@ However, it is not a fork.

Requirements

-This client will run on Windows, Linux and Mac natively, but binaries are only regularly built for windows
-Linux and Mac users will have to compile the source code themselves if they want the latest updates. +This client runs on Windows, Linux and Mac natively, but is not build regularly for Linux
+Linux users will have to compile the source code themselves if they want the latest updates. Windows download
Mac download
@@ -34,14 +34,14 @@ Note that the Linux download has not been tested and may not be up to date.
Compiling toxgui requires Qt 5.2 with the Qt Multimedia module and a C++11 compatible compiler. It also requires the toxcore and toxav libraries. -To compile, first clone or download the toxgui repository and open a terminal in the toxgui folder. +To compile, first clone or download the qTox repository and open a terminal in the qTox folder. Then run the script bootstrap.sh (for Linux and Mac) or bootsrap.bat (for Windows) to download an up-to-date toxcore. -And finally run the commands "qmake" and "make" to start building toxgui. +And finally run the commands "qmake" and "make" to start building qTox.

OSX Install Guide

-This guide is intended for people who wish to use an existing or new ProjectTox-Core installation separate to the bundled installation with toxgui, if you do not wish to use a separate installation you can skip to the section titled 'Final Steps'. +This guide is intended for people who wish to use an existing or new ProjectTox-Core installation separate to the bundled installation with qTox, if you do not wish to use a separate installation you can skip to the section titled 'Final Steps'. Installation on OSX, isn't quite straight forward, here is a quick guide on how to install; @@ -63,16 +63,16 @@ This is not a permanent change, it will revert when you close the terminal windo Once this is installed, do the following; ```bash -git clone https://github.com/tux3/toxgui +git clone https://github.com/tux3/qTox cd toxgui qmake ``` Now, we need to create a symlink to /usr/local/lib/ and /usr/local/include/ ``` -mkdir -p $HOME/toxgui/libs -sudo ln -s /usr/local/lib $HOME/toxgui/libs/lib -sudo ln -s /usr/local/include $HOME/toxgui/libs/include +mkdir -p $HOME/qTox/libs +sudo ln -s /usr/local/lib $HOME/qTox/libs/lib +sudo ln -s /usr/local/include $HOME/qTox/libs/include ```
Final Steps
@@ -80,8 +80,8 @@ The final step is to run ```bash make ``` -in the toxgui directory, or if you are using the bundled tox core installation, you can use +in the qTox directory, or if you are using the bundled tox core installation, you can use ```bash ./bootstrap.sh ``` -Assuming all went well you should now have a toxgui.app file within the directory. Double click and it should open! +Assuming all went well you should now have a qTox.app file within the directory. Double click and it should open!