Tox: A FOSS Skype Replacement project

Home Forums General Banter Tox: A FOSS Skype Replacement project

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #65343
    Venn Stone
    Keymaster

    Looks like something Linux could really use. http://tox.im/#4

    ss.png

    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 nTox

    Update: 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.

    G1RMV0F.jpg

    #68646
    rat
    Member

    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.

    #68649
    EvilPenguin
    Member
    rat 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.

    #68687
    PizzaDude
    Member

    Just gonna throw this out there: Warning – It’s made by /g/

    #68780
    Freejack_
    Member

    The website says they will have distro downloads soon……

    http://tox.im/#1

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.