From 39a03a641d2ef90d91ac890e688fb53dd3d6c10b Mon Sep 17 00:00:00 2001 From: AritaYuto Date: Sun, 21 Jan 2024 02:08:02 +0900 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 63441c6..37801d9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Currently supported upload service include: - Add to feature file upload functionality. - Dropbox - Explorer (Your file servers) -- [Assist in traking issues](https://github.com/KirisameMarisa/BocchiTracker/milestone/2) +- Add to feature game play capture functionality. ## Getting Started @@ -73,6 +73,13 @@ Currently supported upload service include: ## How to build? +#### Require + +* cmake ( for flatbuffer ) +* set path msbuild ( only windows ) +* python + * pip install scons ( for Godot ) + #### BocchiTracker(WPF) Build 1. Run `dotnet build Application/BocchiTracker.WPF.sln` @@ -97,14 +104,12 @@ Currently supported upload service include: - Enter directory path of Unity dll 2. Run `dotnet build Plugins\Unity\BocchiTracker\BocchiTracker.sln` -## Problems? +#### Godot Build -If you encounter any issues, have feature requests, or wish to provide feedback, please feel free to create issues +※ Required flatbuffers build and sons -If you want to communicate a problem directly with me, you can join Discord. Please feel free to ask! +1. Run `python ExternalTools\BuildScripts\build_godot.py` -- Discord: [Join our Discord server](https://join.slack.com/t/bocchitracker/shared_invite/zt-20lzjarua-cmYTqEiBiCSFp_A1cq36Qg) - ---- +## Problems? -[License](LICENCE.txt) +If you encounter any issues, have feature requests, or wish to provide feedback, please feel free to create issues