Giter VIP home page Giter VIP logo

opengcd's Introduction

Building OpenGCD for Linux
--------------------------

Run the following commands to build OpenGCD for Linux.

  ./autogen.sh
  ./configure --prefix=/usr
  make
  sudo make install
  cd libdispatch
  autoreconf -fvi
  ./configure
  make
  make check
  sudo make install


Building OpenGCD for Android
----------------------------

Make sure to read the BUGS file for any bugs pertaining to the Android platform.

  1. Download the Android NDK revision 8e from here:
     http://developer.android.com/tools/sdk/ndk/index.html

  2. Install the Android NDK under /opt.

  3. Download the Android Developer Tools (ADT) bundle version 20130219:
     http://developer.android.com/sdk/index.html

  4. Install the ADT bundle under /opt. 

  5. Run the 'autogen' script to download needed dependencies and
     generate the ./configure script.

        ./autogen.sh
       
  6. Run the OpenGCD configure script and provide the paths to your NDK and SDK.
     Example:

        ./configure --host=arm-linux-androideabi \
            --with-ndk=/opt/android-ndk-r8e \
            --with-sdk=/opt/adt-bundle-linux-x86_64-20130219/sdk

     **NOTE** The path to the SDK depends on what OS you are using,
              the above example is for a 64-bit Linux host.

  7. Build libdispatch

        make

  8. Run the unit tests

        make check

Debugging
---------

To run one of the test programs under the debugger, follow these steps:

   1. Run the "make debug" target and set the BINARY variable to the
      path to the binary. Example:
   
        make debug BINARY=obj/local/armeabi/dispatch-api

opengcd's People

Contributors

mheily 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.