SQLite Forum

Windows Build Instructions Are Not Current
Login

Windows Build Instructions Are Not Current

(1) By anonymous on 2021-06-04 20:20:57 [source]

Folks,

The Windows build instructions are not accurate in the markdown file:
https://sqlite.org/src/doc/trunk/README.md
...
sqlite>mkdir bld
sqlite>cd bld
sqlite\bld>nmake /f Makefile.msc 
...
This will never run the make file.  I encountered additional errors later; however, I am placing those in a different thread.

Thanks!

(2) By Larry Brasfield (larrybr) on 2021-06-04 21:16:06 in reply to 1 [link] [source]

My reading of that doc reveals an example rather than verbatim build instructions. However, the doc can be improved to avoid such confusion, and soon will be.