Lines Matching full:configure
26 you need to run a script that generates the configure script using the
38 ./configure
40 There are many options which you may provide to configure (which you
41 can discover by running configure with the --help option). But the
43 By default, the configure script will set things up to install
47 /home/me/mystuff/bin, you can tell configure about that with:
49 ./configure --prefix=/home/me/mystuff
54 ./configure CPPFLAGS=-DXML_LARGE_SIZE
60 After running the configure script, the "make" command will build
73 ./configure CPPFLAGS=-DXML_UNICODE
78 ./configure CFLAGS="-g -O2 -fshort-wchar" \