cd ~
git clone --recursive https://github.com/EpicMinister/DARTFSD.git
- Go into your /DARTFSD folder and run
- Setup or launch your workspace
./setup.sh
./launch.sh
- Every module has its own branch to work on. The name convention is: . Additional every module has its own metapackage. In this package you have all your packages you need. All metapackages are created before.
- On your branch you can do whatever you want. The only thing is that it works.
- Merging to the master is only allowed if you pull the latest master and your branch compiles on CI.