Giter Club home page Giter Club logo

dali-core's Introduction

Table of Contents

Build Instructions

1. Building for Ubuntu desktop

Minimum Requirements

  • Ubuntu 14.04 or later

Creating a DALi Environment

To build for desktop first ensure ALL sources are selected:

  • Go to Ubuntu Settings and then to "Software & Updates"
  • In the "Ubuntu Software" tab, ensure ALL software sources are ticked

(This is required because we install some community-maintained free & open-source software)

Then you can create a dali-env folder in your home folder with:

     $ dali-core/build/scripts/dali_env -c

This will also download any dependencies that the dali repositories require.

You can save the environment variables to a file:

     $ dali-env/opt/bin/dali_env -s > setenv

This process only needs to be done once.

Next source these variables:

     $ . setenv

You will have to source these variables every time you open up a new terminal (or you can add to .bashrc if you prefer).

Building the Repository

To build the repository enter the 'build/tizen' folder:

     $ cd dali-core/build/tizen

Then run the following commands:

     $ autoreconf --install
     $ ./configure --prefix=$DESKTOP_PREFIX
     $ make install -j8

Build target options

OpenGL ES context:

When building, the OpenGL ES version of the target should be specified.

Valid version options are 20, 30, 31

With configure: Add: --enable-gles=X

With gbs: Add to the gbs build line: --define "%target_gles_version X"

Building and executing test cases

See the README.md in dali-core/automated-tests.

2. GBS Builds

NON-SMACK Targets

     $ gbs build -A [TARGET_ARCH]

SMACK enabled Targets

     $ gbs build -A [TARGET_ARCH] --define "%enable_dali_smack_rules 1"

DEBUG Builds

     $ gbs build -A [TARGET_ARCH] --define "%enable_debug 1"

dali-core's People

Contributors

adeelkazmi avatar adunfang avatar agnelovaz avatar bshsqa avatar davidiansteele avatar dongsug-song avatar fsole avatar greynaga3d avatar heeyongsong avatar hrdisaac avatar huiyueun avatar hyunjushin avatar jeanolee avatar jonghyunho avatar joogabyun avatar mumars avatar myungjoo avatar nick-holland-samsung avatar pwisbey avatar rabbitfor avatar sehongna avatar seoyeon2kim avatar suhyungeom avatar taeyoon0lee avatar tom-robinson-samsung avatar vcebollada avatar wangyan42164 avatar xiangyinma avatar yj99-shin avatar yssl 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.