Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 1.49 KB

README_th-TH.md

File metadata and controls

21 lines (17 loc) · 1.49 KB

EN | RU | 简中 | 繁中 | ไทย

NOTE

นี่คือเวอร์ชั่นที่เขียนขึ้นใหม่ของ Grasscutter.
ค้นหา Project ต้นฉบับได้ที่ Grasscutters/Grasscutter.

Grasscutter

TODO: เขียน README.md

Players Guide

  1. ดาวน์โหลด Release อันล่าสุดที่ GitHub Actions.
    1. ใช้ nightly.link ถ้าไม่มีบัญชี GitHub.
  2. TODO: Continue writing this guide.

Developers Guide

  1. วาง Protocol Buffer ไฟล์ใน src/main/proto.
    1. สิ่งนี้จะถูก compiled เป็น Java classes ระหว่างการ Build.
  2. Build โดยใช้คำสั่ง ./gradlew jar หรือ .\gradlew.bat jar.
    1. ใช้คําสั่งอันแรกเมื่อใช้ระบบระบบปฏิบัติการ UNIX-based (Linux, macOS, etc.).
    2. ใช้คําสั่งอันที่สองเมื่อใช้ระบบระบบปฏิบัติการ Windows-based system.
  3. TODO: Continue writing this guide.