Git Product home page Git Product logo

lk8000's Introduction

WELCOME TO THE LK8000 DEVELOPMENT HUB

THIS IS THE MASTER BRANCH, V6.1 CURRENTLY UNDER DEVELOPMENT

Development of master started on September 16, 2016
(Current branch for production versions is v60)

HISTORY OF MASTER BRANCH

6.1d  February  28  2017
6.1e  March     10  2017



================================================================================
= Build Target                                                                 =
================================================================================

TARGET=[PPC2002|PPC2003|PNA|PC|PCX64|LINUX|KOBO|PI]

for Linux build, if "install" is added to command lin, LK8000-LINUX and all file 
needed for run software are installed into $HOME/LK8000

================================================================================
= Build Option                                                                 =
================================================================================

All Target :

    DEBUG=[y|n]  
        default = "n"
        if y is specified, no optimzation is made and debug info are include.

--------------------------------------------------------------------------------
LINUX Target :

    OPENGL=[y|n]
       default = "y" if libgl is available
       if "n" is is specified, libSDL with Memory rendering is used.

    USE_EGL=[y|n]
       default = "y" if "libgl" and "libegl" are available

    GLES=[y|n]
       default = "n"

    GLES2=[y|n]
       default = "n"

    USE_SDL=[y|n]
       default = "y" if "libegl" not available or OPENGL=n

    USE_SDL2=[y|n]
        "y" by default if USE_SDL=y or OPENGL=n or USE_EGL=n and libSDL2 are available. 

    ENABLE_MESA_KMS=[y|n]
        "n" by default,
        if "y" is specified, use GBM/DRM instead of X11


Do you want LINUX greyscaled like on Kobo? 
$make -j4 TARGET=LINUX OPENGL=n GREYSCALE=y DITHER=y clean
$make -j4 TARGET=LINUX OPENGL=n GREYSCALE=y DITHER=y install
Notice the "clean" will also remove the Distrib folder. That is needed
to rebuild bitmaps for use without opengl

--------------------------------------------------------------------------------
Raspberry Pi 2
    PI=<rPi rootfs directory>
        required only for cross compile.

--------------------------------------------------------------------------------
Desktop Target ( LINUX or PC ) :

    FULLSCREEN=[y|n]
        default = "n"

lk8000's People

Contributors

acrobot avatar alberiolima avatar alphalima avatar alus- avatar brunotl avatar ericcarden avatar felixhaedicke avatar glidertools avatar jaaaaf avatar jharting avatar jkubrynski avatar klinkenberg avatar maxkellermann avatar mekanik avatar modellbobby avatar mpusz avatar parapent1sta avatar peclik avatar pventafridda avatar rkalman avatar toninotarsi avatar turbo87 avatar

Watchers

 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.