tencent cloud

피드백

Integrating SDK

마지막 업데이트 시간:2024-01-18 15:15:48
    This document describes how to configure an Electron project for the GME APIs for Electron.

    Supported Platforms

    Windows

    Importing the SDK

    Step 1: Install Node.js

    1. Download the latest version of the Node.js installation package Windows Installer (.msi) 64-bit for Windows.
    2. Open Node.js command prompt in the application list and open a terminal window.

    Step 2. Install Electron

    Run the following command in the terminal to install Electron. V4.0.0 or later is recommended.
    $ npm install electron -g
    

    Step 3. Install the GME SDK for Electron

    1. Use the following npm command in your Electron project to install the GME SDK:
    $ npm install gme-electron-sdk@latest --save
    
    2. In the project script, import and use the module:
    const { GmeContext } = require('gme-electron-sdk');
    // import gmesdk from 'gme-electron-sdk';
    gmeContext = new GmeContext();
    // Get the SDK version number
    gmeContext.GetSDKVersion();
    

    Step 4. Create an executable program

    Install the packaging tool. We recommend you use Electron Forge. You can run the following command:
    1. Add Electron Forge to your application's development dependencies and run the import command to set the scaffold of Forge:
    npm install --save-dev @electron-forge/cli
    npx electron-forge import
    2. Run the make command of Forge to create a distributable application:
    npm run make
    
    문의하기

    고객의 업무에 전용 서비스를 제공해드립니다.

    기술 지원

    더 많은 도움이 필요하시면, 티켓을 통해 연락 바랍니다. 티켓 서비스는 연중무휴 24시간 제공됩니다.

    연중무휴 24시간 전화 지원