c-smile / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine

Home Page:http://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kay54068 opened this issue · comments

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?

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