c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine
http://sciter.com
Other
2.11k stars 224 forks source link

build error on linux platform (miss sciter-sqlite.make file) #209

Closed kay54068 closed 2 years ago

kay54068 commented 3 years ago

I run 'make config=release_x64' command to build demo app, but get some error about this:

==== Building sciter-sqlite (release_x64) ==== make[1]: sciter-sqlite.make: No such file or directory make[1]: No rule to make target 'sciter-sqlite.make'. Stop. Makefile:139: recipe for target 'sciter-sqlite' failed make: [sciter-sqlite] Error 2

Can you give me a hand?

c-smile commented 2 years ago

I've added that make file.

Note, you can always [re]generate those files using premake5 by running in SDK folder:

premake5 gmake2 --cc=gcc --file=premake5.lua