Git Product home page Git Product logo

booxsdk's Introduction

The Onyx Boox SDK

Introduction

The Onyx Boox SDK is used for developing applications on the Boox ebook readers produced by Onyx International.

Development environment

The toolchain used for cross-compiling can be obtained at http://dev.onyxcommunity.com/sdk/freescale-toolchain.tar.gz. Run the following shell commands to install it: cd /tmp wget http://dev.onyxcommunity.com/sdk/freescale-toolchain.tar.gz sudo mkdir -p /opt cd /opt && sudo tar -xzf /tmp/freescale-toolchain.tar.gz

Building the SDK

Grab the source: git clone [email protected]:onyx-intl/booxsdk.git git submodule update --init

Then download some prebuilt third-party libraries: cd /tmp wget http://c1044492.cdn.cloudfiles.rackspacecloud.com/boox_thirdparty.tar.gz cd /opt && sudo tar -xzf /tmp/boox_thirdparty.tar.gz

If you want to build the third-party libraries from source, you can get the source code at http://opensource.onyx-international.com/

To build the SDK, install CMake and Rake, then run rake build:arm:default

CCache and DistCC will be used if they are available. If you do not want to use DistCC, append DISABLE_DISTCC=1 to the build command.

The SDK is frequently updated and sometimes may break compatibility with earlier versions. If you want your application to run no matter which version of the libraries are installed on the device, you can link your application against the static libraries. You can build the static libraries by running rake build:arm:static

Notes for 64-bit hosts

If you are running a 64-bit environment, please make sure you have 32-bit runtime libraries installed. (For example, on Arch Linux, it is multilib/lib32-gcc-libs.)

booxsdk's People

Contributors

jackyzhang avatar qiujiejun avatar richardzha avatar steveonyx 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.