From 7f9addbeb901bdb8054ee5580fde55b3a21dcc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Sobczy=C5=84ski?= <32263891+h4570@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:16:01 +0200 Subject: [PATCH] added additional unsets to prevent troubles --- docs/install.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 89caf63..1eb5f3e 100644 --- a/docs/install.md +++ b/docs/install.md @@ -99,6 +99,10 @@ export WSL_LINUX_PCSX2=/mnt/c/Program\\\ Files\\\ \\\(x86\\\)/PCSX2 - In VSCode's WSL terminal type: ``` cd /ps2dev/source +unset ZLIB +unset LIBTIFF +unset LIBJPEG +unset LIBPNG ./build-all.sh ``` `Info: This can take some time...` @@ -207,4 +211,4 @@ cp vclpp /usr/bin/ chmod 755 /usr/bin/vclpp cd .. && rm -rf ./temp ``` -- Uncomment `.vclpp`/`.vcl` recipe from Tyra's engine `Makefile` \ No newline at end of file +- Uncomment `.vclpp`/`.vcl` recipe from Tyra's engine `Makefile`