Home | History | Annotate | Download | only in expat

Lines Matching full:configure

26 you need to run a script that generates the configure script using the
39 ./configure
41 There are many options which you may provide to configure (which you
42 can discover by running configure with the --help option). But the
44 By default, the configure script will set things up to install
48 /home/me/mystuff/bin, you can tell configure about that with:
50 ./configure --prefix=/home/me/mystuff
55 ./configure CPPFLAGS=-DXML_LARGE_SIZE
61 After running the configure script, the "make" command will build
74 ./configure CPPFLAGS=-DXML_UNICODE
79 ./configure CFLAGS="-g -O2 -fshort-wchar" \