About 54,000 results
Open links in new tab
  1. An Introduction to the "./configure" Command: Compiling ... - TecAdmin

    Apr 26, 2025 · The ./configure command is a common way to configure and prepare software source code for compilation on Linux …

  2. CONFIGURE Definition & Meaning - Merriam-Webster

    Aug 16, 2026 · The meaning of CONFIGURE is to set up for operation especially in a particular way. How to use configure in a …

  3. configure script - Wikipedia

    When installing a package on a Unix or Unix-like environment, a configure script is a shell script that generates build configuration …

  4. CONFIGURE | English meaning - Cambridge Dictionary

    CONFIGURE definition: 1. to arrange something or put its parts together in a particular form or arrangement: 2. to…. Learn more.

  5. What Are Makefiles, ./configure, Make, and Make Install? A Linux ...

    Jul 21, 2026 · For most open-source software, you won’t write the Makefile yourself. Instead, you’ll run a script called ./configure to …

  6. What are various options / arguments for "./configure" in Linux

    It's an autogenerated script created to be as portable and robust (instead of readable) as possible, and hence extremely unreadable …

  7. GitHub - AndyFul/ConfigureDefender: Utility for configuring Windows …

    ConfigureDefender utility is a small GUI application to view and configure important Defender settings on Windows 10/11 and …

  8. configure - Configure the source tree - Apache HTTP Server Version 2.4

    The configure script configures the source tree for compiling and installing the Apache HTTP Server on your particular platform. …

  9. CONFIGURE Definition & Meaning | Dictionary.com

    CONFIGURE definition: to design or adapt to form a specific configuration or for some specific purpose. See examples of configure …

  10. What does "./configure; make; make install" do? - Ask Ubuntu

    Compiler compiles the code, but, most of the times, the code cannot stand alone, it requires external libraries (usually provided by …