Coder Social home page Coder Social logo

tox-scripts's Introduction

Tox / tox-scripts

  • tox.sh
    Tox CLI installer, works on various distros and installs libsodium, toxcore, toxic, venom and nurupo's Qt GUI
    To do: muTox, qTox, installer menu (python2 maybe?), improved argument handling, check if latest version is already installed (see build.c).
    Some user-friendliness:

    wget -O tox.sh waa.ai/iqt && chmod +x ./tox.sh && ./tox.sh
    #fetch latest script and install everything
    ./tox.sh -sl        #to skip libsodium (they don't update that often)
    ./tox.sh -sd        #to skip libsodium and all the other dependencies

  • build.c
    This utility downloads a file of the form https://api.github.com/repos/USER/REPO/commits and compares the latest sha with the old file it has saved. If the sha matches, then there wasn't a new commit since last time and the program terminates, otherwise it updates the local repository to the current version and follows the instructions on the respective function to build whatever's relevant in the situation. Compilation is done as "cc build.c -lcurl". "./a.out tr" outputs the latest pdf, compiled from the LaTeX file on the repository. "./a.out utox" compiles uTox from source. The idea was to keep it modular, so adding new stuff to be built should be extremely simple: add a new function at the end of the file, containing the compilation instructions and add the necessary conditions on the main function. It is still pretty rough and there's quite some things to do, but I hope this serves as a good basis for interested parties.

tox-scripts's People

Contributors

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