Git Product home page Git Product logo

avian-pack's Introduction

avian-pack

This project is a blend of Avian (http://oss.readytalk.com/avian/) and Android classpath that is (at the moment) far more compatible with the original proprietary JDK Classpath.

Building

The building is quite simple:

  1. First of all you should prepare your environment according to this guide:
    http://bigfatbrowncat.github.io/cross-building/
    You may use any other configuration, of course, but you would crush into many problems, I bet (especially on Windows).
  2. In order to build Avian and Android classes we should have JDK 7 installed.
    http://www.oracle.com/technetwork/java/javase/downloads/index.html Be careful! Don't install JDK 8 instead.
  3. [On Windows or Linux] After the JDK is installed you should set the `JAVA_HOME` variable. For example, on Windows it would be something like
    export JAVA_HOME=/c/Program\ Files/Java/jdk1.7.0_00
    You don't have to set this variable on OS X where the path could be found automagically.
  4. Then you should clone the avian-pack repo:
    git clone https://github.com/bigfatbrowncat/avian-pack.git
    cd avian-pack
    This step will take the base repo from the server. It's quite fast (about 5-20 seconds on an average web connection speed)
  5. Now you should fetch all the submodules.
    make git-refresh
    This command will clone many necessary repos (most of them are Android components). This will take a dozen of minutes.
  6. Now it's ready to be built. Just type
    make
    The building process is quite slow. It will build all the components and link them together. After all the operations are complete, the result will appear inside avian/build directory.

avian-pack's People

Contributors

bigfatbrowncat avatar imizus avatar

Watchers

James Cloos avatar Philippe Riand 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.