From 425be1a1dd78477ac27abd01a8e942df3eb5c3dc Mon Sep 17 00:00:00 2001 From: jin-eld Date: Fri, 23 Aug 2013 11:57:16 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e69de29..259ff6d 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +## Toxic - console client for [Tox](http://tox.im) + +The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a stanadlone verion. + +To compile, first generate the configure script by running the ```autoreconf -i``` command. + +Then execute the configure script (you'll probably have to pass it the location of your dependency libraries, i.e.): +``` +./configure --prefix=/where/to/install --with-libtoxcore-headers=/path/to/ProjectTox-Core/core --with-libtoxcore-libs=/path/to/ProjectTox-Core/build/core --with-libsodium-headers=/path/to/libsodium/include/ --with-libsodium-libs=/path/to/sodiumtest/lib/ From dcfd9526530b5eb73ce133914be0f221dc8cf796 Mon Sep 17 00:00:00 2001 From: stal Date: Fri, 23 Aug 2013 09:34:56 -0700 Subject: [PATCH 2/3] "i wouldn't touch the toxic repo", he said. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 259ff6d..de575f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Toxic - console client for [Tox](http://tox.im) -The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a stanadlone verion. +The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone verion. To compile, first generate the configure script by running the ```autoreconf -i``` command. From 85d15bb45f86a9b31f6d4dc3693eee96c83703e7 Mon Sep 17 00:00:00 2001 From: notadecent Date: Fri, 23 Aug 2013 18:52:30 +0200 Subject: [PATCH 3/3] Update README.md Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de575f8..94515a9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Toxic - console client for [Tox](http://tox.im) -The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone verion. +The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone version. To compile, first generate the configure script by running the ```autoreconf -i``` command.