Coder Social home page Coder Social logo

muskanmahajan37 / t2-compiler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rwaldron/t2-compiler

0.0 0.0 0.0 55 KB

A server, VM and command line tool to pre-compile binaries for Tessel 2

License: MIT License

JavaScript 46.86% Shell 53.14%

t2-compiler's Introduction

t2-compiler

Docker Hub | tessel/t2-compiler

Building Packages

Use vagrant or docker

Vagrant

Install vagrant

vagrant up
./compile-vagrant.sh [email protected]

Look in the 'out' directory

Docker

If you want to use docker you can run;

# puts the output in the `./out` directory (wont overwrite existing files)
./compile-docker.sh [email protected]

# docker run -v ~/Desktop:/out tessel/t2-compiler [package name]<@version>
# eg to put the packages in the current directory (wont overwrite existing files)
docker run -v `pwd`:/out tessel/t2-compiler [email protected] /out

Developing the compiler

Clone this repo, cd into it, make changes to compile-docker.sh and...

docker build -t tessel/t2-compiler ./
docker push tessel/t2-compiler

To get an interactive shell run

docker run -it --entrypoint bash tessel/t2-compiler

t2-compiler's People

Contributors

johnnyman727 avatar nolanlawson avatar reconbot avatar rwaldron avatar solidsnack avatar tcr 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.