Giter Site home page Giter Site logo

brickman's Introduction

brickman

The ev3dev Brick Manager.

Issues

Please report issues or feature requests at https://github.com/ev3dev/ev3dev/issues

Hacking

Get the code:

  • Clone of the brickman repo.

      git clone git://github.com/ev3dev/brickman
      cd brickman
      git submodule update --init --recursive
    

To build for the EV3:

  • Install Docker (requires Linux/macOS 10.10.3+/Window 10 Pro)

  • In the source code directory, run the Docker setup script

    ./docker/setup.sh $BUILD_AREA $ARCH
    

    where $BUILD_AREA is any directory you would like. This is where the build output will be saved. The directory will be created if it does not exist. And $ARCH is armel (or armhf if you are building for RPi or BeagleBone).

  • Build the code by running...

    docker exec --tty brickman_armel make install
    
  • Copy the contents of $BUILD_AREA/dist/ to the EV3 and run it.

To build the desktop test (makes UI development much faster), in a regular terminal, not in Docker:

  • Install the build-deps listed in debian/control.

  • Then...

      mkdir -p <some-build-dir>
      cd <some-build-dir>
      cmake <path-to-brickdm-source> -DCMAKE_BUILD_TYPE=string:Debug -DBRICKMAN_TEST=bool:Yes
      make
      make run
    

brickman's People

Contributors

dlech avatar ensonic avatar wasabifan avatar ddemidov 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.