Skip to content

Commit

Permalink
tweak(docs/building): add note for people using Python 3.12+
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight committed Nov 3, 2023
1 parent 1bdfac8 commit e2c469b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2c469b

Please sign in to comment.