Open5gs: Compile: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Install | Install Dependency | ||
sudo apt install python3-pip python3-setuptools python3-wheel ninja-build \ | sudo apt install python3-pip python3-setuptools python3-wheel ninja-build \ | ||
| Line 30: | Line 30: | ||
ninja install | ninja install | ||
cd ../ | cd ../ | ||
==Pranala Menarik== | |||
* [[5G]] | |||
Revision as of 06:24, 14 December 2022
Install Dependency
sudo apt install python3-pip python3-setuptools python3-wheel ninja-build \ build-essential flex bison git libsctp-dev libgnutls28-dev \ libgcrypt-dev libssl-dev libidn11-dev libmongoc-dev \ libbson-dev libyaml-dev libnghttp2-dev libmicrohttpd-dev \ libcurl4-gnutls-dev libnghttp2-dev libtins-dev libtalloc-dev meson
Clone source code dari github
git clone https://github.com/open5gs/open5gs
Compile menggunakan Meson
cd open5gs meson build --prefix=`pwd`/install ninja -C build
Cek apakah hasil compile Sudah Benar
./build/tests/attach/attach # Untuk EPC ./build/tests/registration/registration #untuk core 5g cd build meson test -v
Install
cd build ninja install cd ../