zoukankan      html  css  js  c++  java
  • electronedgejs编译

    安装.netsdk包

    否则安装过程中会提示找不到mscoree.lib
    

    参考

    修改buildall.bat

    build.bat 14.0.0 15.0.0  16.0.0
    分别对应electron版本
    

    修改build.bat

    if "%3" equ "2.0.0" (
        SET target=8.9.3
    ) else if "%3" equ "3.0.0" (
        SET target=10.2.0
    ) else if "%3" equ "4.0.0" (
        SET target=10.11.0
    ) else if "%3" equ "5.0.0" (
        SET target=12.0.0
    ) else if "%3" equ "6.0.0" (
        SET target=12.4.0
    ) else if "%3" equ "7.0.0" (
        SET target=12.8.1
    ) else if "%3" equ "8.0.0" (
        SET target=12.13.0
    ) else if "%3" equ "9.0.0" (
        SET target=12.14.1
    ) else if "%3" equ "10.0.0" (
        SET target=12.16.3
    ) else if "%3" equ "11.0.0" (
        SET target=12.18.3
    ) else if "%3" equ "12.0.0" (
        SET target=14.16.0
    ) else if "%3" equ "13.0.0" (
        SET target=14.16.0
    ) else if "%3" equ "14.0.0" (
        SET target=14.17.0
    ) else if "%3" equ "15.0.0" (
        SET target=15.5.0
    ) else if "%3" equ "16.0.0" (
        SET target=16.9.1
    ) else (
        echo edge-electron-js does not support Electron %3.
        exit /b -1
    )
    

    electron 对应nodejs版本
    或者查看electron版本更新公告

    酒肉穿肠过 佛祖心中留 世人若学我 如同入魔道
  • 相关阅读:
    第九次作业
    第八次作业
    第七次作业
    组合数学—递推关系与母函数
    组合数学—排列组合
    三角函数
    OpenCV初步
    计算机视觉如何入门
    GDB调试技巧:总结篇
    PyQt5之窗口类型
  • 原文地址:https://www.cnblogs.com/jspdelphi/p/15606082.html
Copyright © 2011-2022 走看看