-
-
Notifications
You must be signed in to change notification settings - Fork 200
Building from source
Natsumi edited this page Jun 19, 2024
·
2 revisions
-
Get source code
- Download latest source code zip or clone repo with
git clone "https://github.com/vrcx-team/VRCX.git"
- Download latest source code zip or clone repo with
-
Build .NET
- Install .NET 8.0 SDK x64
- Install Microsoft Visual C++ 2019
- Install Visual Studio or Rider if they aren't already installed.
- In Visual Studio "Open Project/Solution" and browse to the Solution file provided inside the downloaded source code.
- Set Configuration to
Release
and Platform tox64
- Restore NuGet packages.
- Build Solution.
-
Build Node.js
- Download and install Node.js.
- Run
build-node.js.cmd
. - Run
make-junction.cmd
.
-
Create release zip