Skip to content

Conversation

@IvanNardi
Copy link
Collaborator

@IvanNardi IvanNardi commented Oct 14, 2025

Initial work to support out-of-tree builds

./autogen.sh
mkdir build
cd build
../configure
make
make check

IMPORTANT: autogen.sh doesn't call configure automatically anymore!!

You have to do: ./autogen.sh && ./configure --$OPTIONS. A little bit annoying but the pattern autogen && configure && make is very common on Linux.

Known issues:

  • make doc doesn't work in out-of-tree builds, yet
  • Windows/MinGW/DPDK (out-of-tree) builds have not been tested, so it is unlikely they work

See: #2992

Initial work to support out-of-tree builds
```
./autogen.sh
mkdir build
cd build
../configure
make
make check
```
IMPORTANT: `autogen.sh` doesn't call `configure` automatically anymore!!

You have to do: `./autogen.sh && ./configure --$OPTIONS`.
A little bit annoying but the pattern `autogen && configure && make` is
very common on Linux.

Known issues:
* `make doc` doesn't work in out-of-tree builds, yet

See: #2992
@IvanNardi IvanNardi marked this pull request as draft October 14, 2025 16:29
@IvanNardi IvanNardi marked this pull request as ready for review October 15, 2025 09:07
@sonarqubecloud
Copy link

sonarqubecloud bot commented Nov 3, 2025

@IvanNardi IvanNardi merged commit 6ab3389 into dev Nov 3, 2025
35 checks passed
@IvanNardi IvanNardi deleted the out-of-tree-builds branch November 3, 2025 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants