Turns out you do need this on some platforms

This commit is contained in:
Dragon Fire
2024-04-26 23:38:58 -04:00
parent 61b5f78cf3
commit 88aa793d99
+1 -1
View File
@@ -60,7 +60,7 @@ Just read `LICENSE.md`. Give credit if you use any part of this monster, thanks.
11. [Follow these instructions to set up Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04). Remember to set up a password!
12. Run `apt install libtool` so sodium can compile if necessary. **(Optional)**
13. Download [the NSFW model](https://github.com/gantman/nsfw_model) and extract the contents to `<xiao folder>/tf_models/nsfw`.
14. Download DECTalk and extract `dectalk.dll`, `dtalk_us.dic`, and `say.exe` to `dectalk/`. I cannot help you find this.
14. Download DECTalk and extract `dectalk.dll`, `dtalk_us.dic`, `MSVCRTd.DLL`, and `say.exe` to `dectalk/`. I cannot help you find this.
15. Run `apt install wine` to install wine.
16. Run `dpkg --add-architecture i386` to allow installation of wine32.
17. Run `apt update` again.