Update build system #1

Open
opened 2026-01-28 23:55:20 +00:00 by luca0N · 1 comment
Owner

At this time, building the project under Linux with the MinGW GCC cross-compiler is not possible due to the name of the compiler being specific to the target platform (e.g., i686-w64-mingw32-gcc).

GNU autotools can be used for this task, but other build systems could also work.

At this time, building the project under Linux with the MinGW GCC cross-compiler is not possible due to the name of the compiler being specific to the target platform (e.g., `i686-w64-mingw32-gcc`). GNU autotools can be used for this task, but other build systems could also work.
luca0N self-assigned this 2026-01-28 23:55:20 +00:00
Author
Owner

I would like to preserve the GNU make dependency without changing the build system to add another dependency to the project. I was thinking of distributing a configure script with the repository so that the project build flow would be as simple as running ./configure && make.

I would like to preserve the GNU make dependency without changing the build system to add another dependency to the project. I was thinking of distributing a `configure` script with the repository so that the project build flow would be as simple as running `./configure && make`.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
luca0N/anti_mitm#1
No description provided.