|
|
@ -54,18 +54,18 @@ process.
|
|
|
|
The basic steps to configure and build `lonetix` and every utility, with
|
|
|
|
The basic steps to configure and build `lonetix` and every utility, with
|
|
|
|
debug options enabled, is:
|
|
|
|
debug options enabled, is:
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
$ git clone https://git.doublefourteen.io/bgp/ubgpsuite.git
|
|
|
|
$ git clone https://gitea.it/1414codeforge/ubgpsuite.git
|
|
|
|
$ cd ubgpsuite
|
|
|
|
$ cd ubgpsuite
|
|
|
|
$ meson build && cd build
|
|
|
|
$ meson setup build && cd build
|
|
|
|
$ ninja
|
|
|
|
$ ninja
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
In case you want to perform a release build, enable the release configuration,
|
|
|
|
In case you want to perform a release build, enable the release configuration,
|
|
|
|
like this:
|
|
|
|
like this:
|
|
|
|
```sh
|
|
|
|
```sh
|
|
|
|
$ git clone https://git.doublefourteen.io/bgp/ubgpsuite.git
|
|
|
|
$ git clone https://gitea.it/1414codeforge/ubgpsuite.git
|
|
|
|
$ cd ubgpsuite
|
|
|
|
$ cd ubgpsuite
|
|
|
|
$ meson --buildtype=release build && cd build
|
|
|
|
$ meson setup --buildtype=release build && cd build
|
|
|
|
$ ninja
|
|
|
|
$ ninja
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|