Coder Social home page Coder Social logo

Comments (1)

A-kirami avatar A-kirami commented on August 16, 2024

由于此应用程序使用 Tauri 构建,它依赖于 Webview2,需要由安装程序进行相关检查和安装,所以免安装的二进制文件并不适用于全部 Windows 平台。

如果你需要便携式的二进制文件,你可以尝试以下步骤:

  1. 确保你使用的系统是Windows 10(2018年4月发布或更高版本)或 Windows 11,因为在这些版本中 Webview2 运行时作为操作系统的一部分分发,或者你可以尝试自行安装 Webview2。

  2. 安装 node(18)、pnpm(7)、rust。

  3. 克隆此存储库到本地。

  4. 在项目目录下运行以下命令安装依赖:

    pnpm i
    
  5. 运行以下命令以构建二进制文件:

    pnpm tauri build
    
  6. 构建完成后,你可以在 /src-tauri/target/release 目录下找到 matcha.exe

from matcha.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.