Skip to content

Commit 568d84d

Browse files
committed
fix(docs): add node version, yarn via npm, msvc component
1 parent 0dec7bf commit 568d84d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/building.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ To build FiveM, RedM or FXServer on Windows you need the following dependencies:
1111
- Windows application development
1212
- Individual components
1313
- .NET Framework 4.6 targeting pack
14+
- MSVC v143 C++ x64 build tools
1415
- Windows 11 SDK (10.0.22000.0)
1516

1617
You can install these workloads by going to "Tools" -> "Get Tools and Features..." -> Check the checkboxes -> Click "Modify" in the bottom right corner.
1718

1819
* [PowerShell 7](https://aka.ms/powershell-release?tag=stable) or higher.
1920
* [Python 3.8 or higher](https://python.org/) with the `py` launcher installed.
2021
* [MSYS2](https://www.msys2.org/) at `C:\msys64\` which is where the installer places it.
21-
* [Node.js](https://nodejs.org/en/download/) and [Yarn](https://classic.yarnpkg.com/en/docs/install/) in your PATH as `node` and `yarn`.
22+
* [Node.js up-to 20](https://nodejs.org/en/download/) in your path
23+
* [Yarn](https://classic.yarnpkg.com/en/docs/install/) installed via npm globally
2224

2325
Then, execute the following commands in a `cmd.exe` shell to set up the build environment:
2426

0 commit comments

Comments
 (0)