Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 341 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 341 Bytes

To initialize your local repository, use this command:

repo init -u https://github.com/MagmaProject/manifest.git -b ten

Then to sync up:

repo sync --force-sync --no-tags --no-clone-bundle -j$(nproc --all)

Build Magma

source build/envsetup.sh
   
lunch magma_codename-buildtype
   
mka magma