UserVM Handbook/Windows: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
{{code|lang=batch|<nowiki>
choco install git mingw llvm nasm cmake nodejs nssm rust visualstudio2019-workload-vctools
</nowiki>}}
 
{{code|lang=batch|
corepack enable
}}
 
=== Prepare the server ===
 
We can now get the server ready. First, create a directory for all CollabVM related files. For the purposes of this guide, we use <code>C:\collabvm</code>. If you use a different directory, be sure to substitute it in all future commands.
 
{{code|lang=batch|
mkdir C:\collabvm
}}
 
Clone the CollabVM server source:
 
{{code|lang=batch|
git clone https://github.com/computernewb/collabvm-1.2.ts.git C:\collabvm\collabvm-1.2.ts --depth 1 --recursive
cd C:\collabvm\collabvm-1.2.ts
}}
 
Install dependencies and build the server:
 
{{code|lang=batch|
set TURBOJPEG_DYNAMIC=1
yarn
yarn build
}}

Navigation menu