Git Product home page Git Product logo

toxic's Introduction

Toxic - console client for Tox

The client formerly resided in the Tox core repository and is now available as a standalone program. It looks like this.

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

./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/

Note: If your default prefix is /usr/local and you happen to get an error that says "error while loading shared libraries: libtoxcore.so.0: cannot open shared object file: No such file or directory", then you can try running sudo ldconfig. If that doesn't fix it, run:

echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf
sudo ldconfig

toxic's People

Contributors

jfreegman avatar stqism avatar irungentoo avatar krisl avatar rose-m avatar aitjcize avatar manuel-arguelles avatar nominate avatar plutooo avatar fullname avatar fhahn avatar 1100110 avatar nurupo avatar lukechampine avatar proplex avatar naxuroqa avatar jin-eld avatar m-kress avatar cryptomilk avatar markwinter avatar chrisosaurus avatar devurandom avatar gs93 avatar jman012 avatar mhinz avatar sanketparmar avatar spittie avatar alek900 avatar grimd34th avatar loadletter avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.