From 4ff150b6742f7498d9b357f0e6a5f52488b7995a Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 7 Nov 2021 06:18:42 -0700 Subject: [PATCH] update docs --- .appveyor.yml | 1 + CREDITS.md | 2 -- README.md | 7 ++++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e6df3aa..dedfb4c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -15,6 +15,7 @@ environment: qtbin: msvc2019 before_build: + - git submodule update --init - cd C:\ - mkdir %arch% - cd %arch% diff --git a/CREDITS.md b/CREDITS.md index 96fff35..91badff 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -27,7 +27,5 @@ If you're on this list and want your link changed let me know. - VNR engine made by [jichi](https://github.com/jichifly) - ITH updated by [Andys](https://github.com/AndyScull) - ITH originally made by [kaosu](https://code.google.com/archive/p/interactive-text-hooker) -- Locale Emulator library made by [xupefei](https://github.com/xupefei) -- MinHook library made by [TsudaKageyu](https://github.com/TsudaKageyu) # THANK YOU!! diff --git a/README.md b/README.md index 0f94195..f526e63 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,14 @@ See the extensions folder for examples of what extensions can do. ## Contributing -All contributions are appreciated! Please email (no, I'm not busy!) me at akashmozumdar@gmail.com if you have any questions about the codebase.
+All contributions are appreciated! Email me at akashmozumdar@gmail.com if you have any questions about the codebase.
You should use the standard process of making a pull request (fork, branch, commit changes, make PR from your branch to my master).
Contributing a translation is easy: just translate the strings in text.cpp as well as this README and the subtitles of the tutorial video. ## Compiling - -Before compiling Textractor, you should get Qt version 5.13 and Visual Studio with CMake support. You should then be able to just open the source folder in Visual Studio and build. +Before compiling Textractor, you need Qt version 5.13 and Visual Studio with CMake support. +Clone Textractor's source and initialize submodules with `git clone https://github.com/Artikash/Textractor.git` and `git submodule update --init`. +You should then be able to just open the source folder in Visual Studio and build. ## Project Architecture