You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: deps/uv/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Documentation can be browsed online [here](http://docs.libuv.org).
85
85
86
86
## Build Instructions
87
87
88
-
For GCC there are two methods building: via autotools or via [GYP][].
88
+
For GCC there are two build methods: via autotools or via [GYP][].
89
89
GYP is a meta-build system which can generate MSVS, Makefile, and XCode
90
90
backends. It is best used for integration into other projects.
91
91
@@ -100,7 +100,7 @@ To build with autotools:
100
100
### Windows
101
101
102
102
First, [Python][] 2.6 or 2.7 must be installed as it is required by [GYP][].
103
-
If python is not in your path set the environment variable `PYTHON` to its
103
+
If python is not in your path, set the environment variable `PYTHON` to its
104
104
location. For example: `set PYTHON=C:\Python27\python.exe`
105
105
106
106
To build with Visual Studio, launch a git shell (e.g. Cmd or PowerShell)
Copy file name to clipboardExpand all lines: deps/uv/docs/src/index.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,17 @@ Installation
50
50
Installation instructions can be found on `the README <https://github.com/joyent/libuv/blob/master/README.md>`_.
51
51
52
52
53
+
Upgrading
54
+
---------
55
+
56
+
Migration guides for different libuv versions, starting with 1.0.
0 commit comments