We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd64fe commit e57861eCopy full SHA for e57861e
1 file changed
README.md
@@ -1,13 +1,24 @@
1
-<!--lint disable no-literal-urls-->
2
-<p align="center">
3
- <a href="https://nodejs.org/">
4
- <img
5
- alt="Node.js"
6
- src="https://nodejs.org/static/images/logo-light.svg"
7
- width="400"
8
- />
9
- </a>
10
-</p>
+# Fork Meteor.js Node.js 14 ESM (Extended Support Maintenance)
+
+### Generate Tarballs
+We are using following steps to generate Windows and Linux tarballs:
+For `Linux`:
+```
+./configure --prefix="/path/" --with-intl=full-icu && make -j4 install
11
12
13
+For `Windows`:
14
15
16
+ choco install nasm
17
18
19
+ ./vcbuild x64 release package full-icu
20
21
22
23
Node.js is an open-source, cross-platform, JavaScript runtime environment. It
24
executes JavaScript code outside of a browser. For more information on using
0 commit comments