Skip to content

Install from source

Mario Teixeira Lemes edited this page Jan 26, 2021 · 7 revisions

Compilation:

cd ~
git clone --recursive https://github.com/my5G/my5G-core
git clone https://github.com/my5G/my5G-non3GPP-access.git my5G-core/src/ue
cd my5G-core
go build -o bin/ue -x src/ue/ue.go
Clone this wiki locally