Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairmeeting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
fairmeeting
Commits
50f5e2b1
Unverified
Commit
50f5e2b1
authored
4 years ago
by
Saúl Ibarra Corretgé
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add prerequisites for building on Windows
parent
e08a53ff
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
50f5e2b1
...
@@ -54,6 +54,14 @@ If you want to hack on this project, here is how you do it.
...
@@ -54,6 +54,14 @@ If you want to hack on this project, here is how you do it.
Install Node.js 12 first (or if you use
[
nvm
](
https://github.com/nvm-sh/nvm
)
, switch to Node.js 12 by running
`nvm use`
).
Install Node.js 12 first (or if you use
[
nvm
](
https://github.com/nvm-sh/nvm
)
, switch to Node.js 12 by running
`nvm use`
).
<details><summary>
Extra dependencies for Windows
</summary>
```
bash
npm
install
--global
--production
windows-build-tools
npm config
set
msvs_version 2017
```
</details>
<details><summary>
Extra dependencies for GNU/Linux
</summary>
<details><summary>
Extra dependencies for GNU/Linux
</summary>
X11, PNG and zlib development packages are necessary. On Debian-like systems then can be installed as follows:
X11, PNG and zlib development packages are necessary. On Debian-like systems then can be installed as follows:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment