update docs

This commit is contained in:
Akash Mozumdar 2021-11-07 06:18:42 -07:00
parent e83579ed7c
commit 4ff150b674
3 changed files with 5 additions and 5 deletions

View File

@ -15,6 +15,7 @@ environment:
qtbin: msvc2019
before_build:
- git submodule update --init
- cd C:\
- mkdir %arch%
- cd %arch%

View File

@ -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!!

View File

@ -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.<br>
All contributions are appreciated! Email me at akashmozumdar@gmail.com if you have any questions about the codebase.<br>
You should use the standard process of making a pull request (fork, branch, commit changes, make PR from your branch to my master).<br>
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