# davinci **Repository Path**: d8feel_project/davinci ## Basic Information - **Project Name**: davinci - **Description**: 一个基于WebKit核心构建的HTML5 和WebApp 运行平台 - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-06-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README HOW TO BUILD: ------------------------------------ linux: ./build_proj.sh cd proj make ------------------------------------ windows: 1. Install Active Python 2.7 on your windows system and register path environment variables. Install Windows SDK 7.1a or above, install Direct 11 SDK or above. (DXSDK_Jun10.exe is recommended) Install the Visual C++ which the standard C99 support at least. (Visual C++ 2010 is recommended) 2. Build project ./build_proj.bat cd vcproj