From e2c469b8e2f27c16bae5752cf6ea021f4f6cd58f Mon Sep 17 00:00:00 2001 From: Dillon Skaggs Date: Thu, 2 Nov 2023 00:23:05 -0500 Subject: [PATCH] tweak(docs/building): add note for people using Python 3.12+ --- docs/building.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index 0a97f56da1..07da2e1842 100644 --- a/docs/building.md +++ b/docs/building.md @@ -21,11 +21,13 @@ Then, execute the following commands in a `cmd.exe` shell to set up the build en ```bat set BOOST_ROOT=C:\libraries\boost_1_71_0 -set PATH=C:\tools\python27amd64;%path% git clone https://github.com/citizenfx/fivem.git -c core.symlinks=true cd fivem git submodule update --jobs=16 --init +:: If you're using Python 3.12 or higher you may need to install setuptools +:: pip install setuptools + :: downloads the right Chrome version for 64-bit projects fxd get-chrome