diff --git a/build_sqlite3.sh b/build_sqlite3.sh index d235656..920e069 100755 --- a/build_sqlite3.sh +++ b/build_sqlite3.sh @@ -6,7 +6,7 @@ unpack_source SQLite pushd "$BUILD_DIR/SQLite" export BUILD_CC="gcc" -emconfigure ./configure --disable-shared --prefix="$INSTALL_DIR" cross_compiling=yes +emconfigure ./configure --disable-tcl --disable-shared --prefix="$INSTALL_DIR" cross_compiling=yes emmake make emmake make install diff --git a/static/index.html b/static/index.html index 016cd3b..2a303a9 100644 --- a/static/index.html +++ b/static/index.html @@ -5,17 +5,60 @@ Minetest for the Web - -
+ +
+ +