mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Build instructions
This commit is contained in:
19
README.md
19
README.md
@@ -44,3 +44,22 @@ Screenshots
|
||||

|
||||

|
||||

|
||||
|
||||
# How to build VRCX
|
||||
|
||||
* Get source code
|
||||
* Download latest source code [zip](https://github.com/pypy-vrc/VRCX/archive/master.zip) or clone repo with `git clone`
|
||||
|
||||
* Build .NET
|
||||
* Install [Visual Studio](https://visualstudio.microsoft.com/) if it's not already installed
|
||||
* In Visual Studio "Open Project/Solution" and browse to the [Solution file](https://docs.microsoft.com/en-us/visualstudio/extensibility/internals/solution-dot-sln-file) provided inside the downloaded source code
|
||||
* Restore [NuGet](https://docs.microsoft.com/en-us/nuget/consume-packages/package-restore#restore-packages-automatically-using-visual-studio) packages
|
||||
* [Build](https://docs.microsoft.com/en-us/visualstudio/ide/building-and-cleaning-projects-and-solutions-in-visual-studio) Solution
|
||||
|
||||
* Build Node.js
|
||||
* Download and install [Node.js](https://nodejs.org/en/download/)
|
||||
* Run `build-node.js.cmd`
|
||||
* Run `make-junction.cmd`
|
||||
|
||||
* Create release zip
|
||||
* Run `make-zip.cmd` for [Bandizip](https://www.bandisoft.com/bandizip) or `make-zip-7z.cmd` for [7-Zip](https://www.7-zip.org)
|
||||
|
||||
4
build-node.js.cmd
Normal file
4
build-node.js.cmd
Normal file
@@ -0,0 +1,4 @@
|
||||
cd html
|
||||
call npm ci
|
||||
call npm run production
|
||||
pause
|
||||
Reference in New Issue
Block a user