On 16 Feb 2011, at 11:41am, Anil A Kumar wrote: > 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.
If you have a C compiler (or cross-compiler) for your new OS you might just grab the source code and try compiling it. That often works. But I can understand wanting to know some details so I think you could start by reading <http://www.sqlite.org/custombuild.html> and then get back to the list if you have specific questions. The situation is greatly simplified if you don't need support for some of the more complicated features, for example multi-threading. > 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. Not anything standard with the name 'VFS'. SQLite includes its own VFS which is fully implemented in the source code. The page I referred to above explains what you need to do about it (not much). Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users