Skip to content
forked from BabbleSim/base

BabbleSim base/common components. with the external components included as submoules

Notifications You must be signed in to change notification settings

sittkuma/BabbleSim

 
 

Repository files navigation

base repository for BabbleSim

BabbleSim base/common components. Any BabbleSim user will want some of these.

The BabbleSim project consists of many components, most of them optional and each in its own separate git repository. In this Fork those extenal components are included as git submodules so the Android Repo is no longer needed.

Fetching BabbleSim

with this repository BubbleSim can be fetched by using git alone:

mkdir ~/bsim/ && cd ~/bsim/
git clone --recurse-submodules https://github.com/sittkuma/base.git components
ln -s ./components/common/Makefile Makefile

and build with:

make everything -j 8

the rest should be the same as the BabbleSim Doku

About

BabbleSim base/common components. with the external components included as submoules

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.6%
  • C++ 10.0%
  • Makefile 5.9%
  • Other 1.5%