Giter Club home page Giter Club logo

debian-tox's Introduction

##Script to build some basic debian packages of ProjectTox related things.

###TODO:

  • Add versions to dependencies requirements
  • Add documentation to the package, where available
  • Fix some things
  • Add toxic

###WARNING: USE AT YOUR OWN RISK

  • This script is made to provide an easy way to install/uninstall libsodium, ProjectTox-Core and tox-prpl, without clogging up the system with files that would need to uninstalled manually.
  • Both ProjectTox and this script are alpha-quality software.

###Tested on:

  • Debian 7 (wheezy) i386
  • Ubuntu 12.04 amd64
  • Debian GNU/Hurd (hurd-i386)

###Usage: ######(commands preceded by root# need to be run as root, use sudo on ubuntu)

  1. Install the following packages:
root# apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev libpurple-dev libglib2.0-dev check
  1. Then clone this repository:
user$ git clone https://github.com/loadletter/debian-tox.git
user$ cd debian-tox/
  1. Then build/install the needed libraries:
user$ make libsodium-all
root# dpkg -i libsodium1.deb libsodium-dev.deb
user$ make libtoxcore-all
root# dpkg -i libtoxcore1.deb libtoxcore-dev.deb
  1. Then to build/install the Tox pidgin plugin:
user$ make toxprpl-all
root# dpkg -i toxprpl.deb

###Other usage:

  • To uninstall everything:
root# apt-get remove libsodium1 libsodium-dev libtoxcore1 libtoxcore-dev toxprpl
  • To update (assuming you're already in the debian-tox directory):
user$ make clean
user$ git pull

Then if it's not up-to-date, run the above uninstallation command and repeat installation from step 3.

###License: GPL3

###Links:

debian-tox's People

Contributors

loadletter avatar

Stargazers

 avatar

Watchers

 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.