README: add how to build

This commit is contained in:
Alexander Couzens 2024-02-09 17:00:21 +01:00
parent 0569c5133a
commit 09f36edddb
1 changed files with 20 additions and 0 deletions

View File

@ -7,3 +7,23 @@
See ./osmo-epdg for a full example configuration (both UE and ePDG).
The ePDG must use the address 192.168.0.2
## how to build
```
apt install libosmocore-dev
```
```
./autogen.sh
./configure \
--enable-eap-aka \
--enable-eap-aka-3gpp \
--enable-eap-aka-3gpp2 \
--enable-eap-simaka-reauth \
--enable-systemd \
--enable-save-keys \
--enable-p-cscf \
--enable-osmo-epdg
```