From 93bcecde70abe34367d176ab07d5a222c96c05a1 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 23 Feb 2014 02:11:51 -0800 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28fb244..07ae487 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone program. It looks like [this](http://wiki.tox.im/images/b/b6/Ncursesclient1.png). +#Note: run git checkout 0.2.5, 0.2.6 segfaults due to a bug + To compile, first generate the configure script by running the ```autoreconf -i``` command. Then execute the configure script with ./configure (you may need to pass it the location of your dependency libraries, i.e.): From ad8f99dae469993753e32ebe8f70b2afcd99e760 Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 23 Feb 2014 02:19:22 -0800 Subject: [PATCH 2/2] Revert that --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 07ae487..28fb244 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ The client formerly resided in the [Tox core repository](https://github.com/irungentoo/ProjectTox-Core) and is now available as a standalone program. It looks like [this](http://wiki.tox.im/images/b/b6/Ncursesclient1.png). -#Note: run git checkout 0.2.5, 0.2.6 segfaults due to a bug - To compile, first generate the configure script by running the ```autoreconf -i``` command. Then execute the configure script with ./configure (you may need to pass it the location of your dependency libraries, i.e.):