[sqlite] SQLite on Custom OS

2011-02-17 Thread Anil A Kumar
Hello All, I am pretty new to SQLite and in the process of porting SQLite to a custom OS. After going through the link -> http://www.sqlite.org/custombuild.html I learnt that implementation is required in Sqlite.c -> sqlite_initialize( ) now the questions are: -> Is it required to follow al

[sqlite] SqLIte on new operating system

2011-02-16 Thread Anil A Kumar
Hello All, Can anyone please tell me the steps to be followed for porting the SqLite on other OS? Info provided in the website is not in detail. Should my operating system support VFS?? how to find out if it is supported ? in the help file of my OS there is no info on VFS. Thanks and Best rega