Commit 46b89758 authored by yangjian's avatar yangjian

Update README.md

parent b633ee5f
......@@ -17,14 +17,22 @@ OpenXG-UDR Arch
└── impl: UDR service.
## Download source code from Gitlab
```
git clone http://git.opensource5g.org/openxg/openxg-udr.git
cd openxg-udr/
git checkout master
```
## install dependencies
```
cd ./build/scripts
sudo ./build_udr -I
```
## build UDR
```
sudo ./build_udr -c -b Debug -j
```
## launch UDR
sudo ./build/UDR/udr -c etc/udr.conf -o
\ No newline at end of file
```
sudo ./build/UDR/udr -c etc/udr.conf -o
```
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment