--- malonnote/INSTALL 2005/08/07 23:24:19 1.9 +++ malonnote/INSTALL 2005/08/27 01:19:57 1.10 @@ -9,7 +9,7 @@ *For MacOS X **Make wxWidges library -# configure --disable-shared +# configure --disable-shared --with-regex=builtin # make # make install @@ -23,7 +23,7 @@ before make, you must install libgtk2.0-dev **Make wxWidges library -# ./configure --disable-shared --disable-joystick --enable-unicode +# ./configure --disable-shared --disable-joystick --enable-unicode --with-regex=builtin # make # make install @@ -36,7 +36,7 @@ *For Windows **Make wxWidges library -# configure --disable-shared --disable-threads --enable-unicode +# configure --disable-shared --disable-threads --enable-unicode --with-regex=builtin # make # make install