Code Monkey home page Code Monkey logo

rtremote's Introduction

rtRemote

rtRemote

Build Instructions for rtRemote (Linux only)

Building with CMake

  1. Build rtCore

    git clone https://github.com/pxscene/pxCore
    cd pxCore
    mkdir temp
    cmake -DBUILD_RTCORE_LIBS=ON -DBUILD_PXCORE_LIBS=OFF -DBUILD_PXSCENE=OFF ..
    cmake --build .
    
  2. Build rtRemote

    git clone https://github.com/pxscene/rtRemote.git
    cd rtRemote
    mkdir temp
    cd temp
    cmake -DRT_INCLUDE_DIR="path to pxCore/src/" -DRT_LIBRARY_DIR="path to pxCore/build/glut/" -DBUILD_RTREMOTE_LIBS=ON ..
    cmake --build . --config Release
    

    The rtRemote libs will be located in rtRemote

    Additional build configurations for rtRemote are:

    Build rpcSampleApp: -DBUILD_RTREMOTE_SAMPLE_APP_SHARED=ON
    Build rpcSampleApp_s: -DBUILD_RTREMOTE_SAMPLE_APP_STATIC=ON
    Build rtSampleClient and rtSampleServer: -DBUILD_RTREMOTE_SAMPLE_APP_SIMPLE=ON
    Enable rtRemote debugging: -DENABLE_RTREMOTE_DEBUG=ON
    Enable rtRemote profiling: -DENABLE_RTREMOTE_PROFILE=ON
    Disable librtremote shared library building: -DBUILD_RTREMOTE_SHARED_LIB=OFF
    Disable librtremote static library building: -DBUILD_RTREMOTE_STATIC_LIB=OFF
    

rtremote's People

Contributors

gladish avatar dwrobel avatar emutavchi avatar jmgasper avatar madanagopaltcomcast avatar aj-amitjain avatar mfiess avatar manuduggal avatar gavriliuk avatar andrewbenton avatar arun-govindan avatar mrcomcast123 avatar vertexodessa avatar varumugam123 avatar madanagopalt avatar

Watchers

James Cloos 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.