Skip to content

Commit aebb140

Browse files
save file
1 parent 51110c4 commit aebb140

1 file changed

Lines changed: 29 additions & 25 deletions

File tree

blog/26-04-16/node-gyp-always-on-top/node-gyp-always-on-top.html

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ <h1 slot=title>
106106
</div>
107107

108108
<p>
109-
In this example we will create a tool to be able to keep a window on top.
109+
In this example we will create a tool to be able to keep a window on top. Its windows only at the moment
110+
but will be extended to linux.
110111
</p>
111112

112113
</div>
@@ -118,34 +119,37 @@ <h1 slot=title>
118119
Environment
119120
</div>
120121

121-
<p>
122+
<ul>
123+
<li>
124+
Windows environment
125+
</li>
126+
<li>
127+
Node.js installed
128+
</li>
129+
<li>
130+
Python installed
131+
</li>
132+
</ul>
122133

123-
Windows environment ( Windows 10 or 11 )
124-
<br>
125-
Node.js installed (version you used)
126-
<br>
127-
128-
Python installed (3.8–3.12)
129-
130-
<br>
131-
<br>
132-
134+
<p>
133135
we'll set the following up in the course of this blog
134-
<br>
135-
136-
Visual Studio Build Tools
137-
<br>
138-
139-
MSVC v14.x
140-
<br>
141-
142-
Windows 10/11 SDK
143-
<br>
144-
145-
MSBuild
146-
147136
</p>
148137

138+
<ul>
139+
<li>
140+
Visual Studio Build Tools
141+
</li>
142+
<li>
143+
MSVC v14.x - specific version of the Microsoft Visual C++ compiler toolchain — the thing that actually compiles your C++ code into a .node binary.
144+
</li>
145+
<li>
146+
Windows 10/11 SDK
147+
</li>
148+
<li>
149+
MSBuild
150+
</li>
151+
</ul>
152+
149153
</div>
150154

151155

0 commit comments

Comments
 (0)