Home › Forums › General Banter › Tox: A FOSS Skype Replacement project
- This topic has 4 replies, 5 voices, and was last updated 9 years, 10 months ago by
Freejack_.
-
AuthorPosts
-
July 31, 2013 at 7:37 am #65343
Venn Stone
KeymasterLooks like something Linux could really use. http://tox.im/#4
http://www.youtube.com/watch?v=M4WXE4VKmyg
Har simple script for building on Debain systems. Rename to wtfever.sh
apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev cmake checkinstall git
git clone [url=git://github.com/jedisct1/libsodium.git]git://github.com/jedisct1/libsodium.git[/url]
cd libsodium
git checkout tags/0.4.2
./autogen.sh
./configure && make check
sudo checkinstall –install –pkgname libsodium –pkgversion 0.4.2 –nodoc
sudo ldconfig
cd ../
git clone https://github.com/irungentoo/ProjectTox-Core.git
cd ./ProjectTox-Core
cmake .
cd ./testing
make nToxUpdate: Well, it “works” but even with the GUI (https://github.com/nurupo/ProjectTox-Qt-GUI) it’s a bit shit for a Skype replacement at this time.
July 31, 2013 at 9:26 am #68646rat
MemberLooking at the screenshot above and the screenshot at ProjectTox-Qt-GUI. If one is on Windows and another is on Linux….what happen? It is like the difference between Skype on Windows and the old Skype for Linux. They look completely different.
July 31, 2013 at 1:09 pm #68649EvilPenguin
Memberrat wrote:Looking at the screenshot above and the screenshot at ProjectTox-Qt-GUI. If one is on Windows and another is on Linux….what happen? It is like the difference between Skype on Windows and the old Skype for Linux. They look completely different.Long as it works.
July 31, 2013 at 11:05 pm #68687PizzaDude
MemberJust gonna throw this out there: Warning – It’s made by /g/
August 6, 2013 at 8:33 pm #68780Freejack_
MemberThe website says they will have distro downloads soon……
-
AuthorPosts
- You must be logged in to reply to this topic.