This is an automated email from the ASF dual-hosted git repository. schultz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push: new 82c308fd4 Add note about needing a C compiler and autoconf/automake 82c308fd4 is described below commit 82c308fd433e367f1300c687d6b409d32304ba9a Author: Christopher Schultz <ch...@christopherschultz.net> AuthorDate: Wed Jun 4 08:04:02 2025 -0400 Add note about needing a C compiler and autoconf/automake --- native/BUILDING | 1 + 1 file changed, 1 insertion(+) diff --git a/native/BUILDING b/native/BUILDING index 1f8acfa95..c622cf94e 100644 --- a/native/BUILDING +++ b/native/BUILDING @@ -22,6 +22,7 @@ Linux / Unix / OSX (dynamic linking) Install OpenSSL version 3.0.0 or higher Install APR version 1.7.0 or higher. + C compiler (e.g. GCC, clang, etc.), autoconf and/or automake Download and expand the source package or use an git checkout > cd native --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org