Re: [sqlite] sqlite and cygwin

2005-11-23 Thread Markus Hoenicka
Arjen Markus <[EMAIL PROTECTED]> was heard to say: > You should be able to do that via the instructions for Linux, > as the Cygwin environment is a lot like that. > Basically yes. I've used the configure script like this: $ ../sqlite/configure --enable-utf8 This works ok. You should be careful

Re: [sqlite] sqlite and cygwin

2005-11-23 Thread Arjen Markus
Oliver Manthey wrote: > > hello, > > i'm new to sqlite and want to use it in a windows xp/cygwin/eclipse > environment. > > is there any documentation how to install sqlite into cygwin ? > > looking forward, > oliver You should be able to do that via the instructions for Linux, as the Cygwin e