Giter Site home page Giter Site logo

Comments (3)

venediktov avatar venediktov commented on July 23, 2024

Hi thanks for your interest.

1.) rapid-bidder is not connected , it's a model project that shows how to pull vanilla-rtb into your cmake enabled RTB bidder project. You can use it as a template for your project .

2.) We update rapid-bidder periodically ( but not with every change in vanilla-rtb ) , to latest revision of vanilla-rtb stack , this way vanilla-rtb stack lands into rapid-bidder/framework subdirectory . The subdirectory name can be any-name.
framework subdirectory is git submodule . In your project you will create it with following command :
git submodule add https://github.com/venediktov/vanilla-rtb your-folder-name

Or you can create git subtree instead of submodule , the difference is subtree is like a real directory a snapshot of vanilla-rtb , this way you can put your own fixes in subtree not waiting on vanilla-team .
There are few commands that need to change when working with submodules , you will have to learn those commands .
If it becomes difficult I recommend using git subtree for vanilla-rtb inclusion instead of git submodules. git subtree is like a snapshot from external project and it's treated by git as normal directory of your project - worth trying too.

3.) No you can't include rapid-bidder into vanilla-rtb , it's the other way around , rapid-bidder includes vanilla-rtb as a framework ( library ) .

I hope it helps.

Vladimir.

from rapid-bidder.

reoxey avatar reoxey commented on July 23, 2024

Thanks for the time you took to answer this so nicely. I will surely try this. Appreciate your work.

from rapid-bidder.

venediktov avatar venediktov commented on July 23, 2024

sounds good, thanks for your interest.

from rapid-bidder.

Related Issues (4)

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.