# davinci **Repository Path**: coding2me/davinci ## Basic Information - **Project Name**: davinci - **Description**: 一个基于WebKit核心构建的HTML5 和WebApp 运行平台 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2020-12-02 - **Last Updated**: 2021-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Linux Build](https://github.com/onecoolx/davinci/workflows/Linux%20Build/badge.svg) ![Windows Build](https://github.com/onecoolx/davinci/workflows/Windows%20Build/badge.svg) #### 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 ```