Skip to content

Commit df0b2c5

Browse files
committed
add more libs to configure script
1 parent 932f878 commit df0b2c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configure

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ print_debug_info "Compiler information:"
2020
print_debug_info "$(gcc --version | head -n 1)"
2121
print_debug_info "$(g++ --version | head -n 1)"
2222
print_debug_info "$(python3 --version | head -n 1)"
23+
print_debug_info "$(pip --version | head -n 1)"
24+
print_debug_info "$(genisoimage --version | head -n 1)"
2325
print_debug_info "$(clang --version | head -n 1)"
2426
print_debug_info "$(x86_64-w64-mingw32-gcc --version | head -n 1)"
2527
print_debug_info "$(git --version | head -n 1)"
@@ -28,7 +30,9 @@ print_debug_info "$(git --version | head -n 1)"
2830
check_command gcc "C compiler (gcc)"
2931
check_command g++ "C++ compiler (g++)"
3032
check_command make "Make utility"
33+
check_command pip "pip"
3134
check_command python3 "Python 3"
35+
check_command genisoimage "GenIsoImage"
3236
check_command clang "Clang"
3337
check_command x86_64-w64-mingw32-gcc "Linux MinGW W64"
3438
check_command git "git"

0 commit comments

Comments
 (0)