All Projects → bigfatbrowncat → Avian Pack

bigfatbrowncat / Avian Pack

Avian all-inclusive. Everything needed to build Avian with (or without) Android classpath.

Labels

Projects that are alternatives of or similar to Avian Pack

Docker Images
🚢 Basic images for different usages
Stars: ✭ 32 (-11.11%)
Mutual labels:  makefile
Pantheios
The C/C++ Diagnostic Logging Sweetspot
Stars: ✭ 34 (-5.56%)
Mutual labels:  makefile
Android device xiaomi polaris
Stars: ✭ 35 (-2.78%)
Mutual labels:  makefile
Contract
My plain-language freelance contract (in Markdown).
Stars: ✭ 32 (-11.11%)
Mutual labels:  makefile
Arduino Datalogging
Methods of Datalogging Sensor Data from an Arduino.
Stars: ✭ 33 (-8.33%)
Mutual labels:  makefile
Mal
mal - Make a Lisp
Stars: ✭ 8,287 (+22919.44%)
Mutual labels:  makefile
Camptocamp Rancher Catalog
Camptocamp's Rancher Catalog
Stars: ✭ 32 (-11.11%)
Mutual labels:  makefile
Coreos Nvidia
Yet another NVIDIA driver container for Container Linux (aka CoreOS)
Stars: ✭ 36 (+0%)
Mutual labels:  makefile
Device Sony Lilac
Stars: ✭ 34 (-5.56%)
Mutual labels:  makefile
Espeak Korean
Korean data for eSpeak
Stars: ✭ 34 (-5.56%)
Mutual labels:  makefile
Cv Boilerplate
Programmatic generation of high-quality CVs
Stars: ✭ 967 (+2586.11%)
Mutual labels:  makefile
Golang Alpine Docker
Build golang binaries for alpine linux
Stars: ✭ 33 (-8.33%)
Mutual labels:  makefile
Android device motorola titan
Stars: ✭ 34 (-5.56%)
Mutual labels:  makefile
Cderpm
RPM spec file, patches, and scripts to package up the Common Desktop Environment
Stars: ✭ 31 (-13.89%)
Mutual labels:  makefile
Docker Bitcoin Regtest
A way to experiment with Bitcoin.
Stars: ✭ 35 (-2.78%)
Mutual labels:  makefile
3ds portlibs
Portlibs for 3DS
Stars: ✭ 32 (-11.11%)
Mutual labels:  makefile
Zh Google Styleguide
Google 开源项目风格指南 (中文版)
Stars: ✭ 8,315 (+22997.22%)
Mutual labels:  makefile
Llvm Cheatsheet
LLVM, clang, ninja, dyld and others.
Stars: ✭ 36 (+0%)
Mutual labels:  makefile
Monero Gui Guide
Guide for the Monero GUI wallet
Stars: ✭ 36 (+0%)
Mutual labels:  makefile
Rust Ffi Stringtools
A collection of examples how to use Rust libraries from other languages.
Stars: ✭ 34 (-5.56%)
Mutual labels:  makefile

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].