Skip to content

Commit e57861e

Browse files
aquinoitdenihs
authored andcommitted
Change README
1 parent edd64fe commit e57861e

1 file changed

Lines changed: 21 additions & 10 deletions

File tree

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
1+
# Fork Meteor.js Node.js 14 ESM (Extended Support Maintenance)
2+
3+
### Generate Tarballs
4+
5+
We are using following steps to generate Windows and Linux tarballs:
6+
7+
For `Linux`:
8+
9+
```
10+
./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+
1122

1223
Node.js is an open-source, cross-platform, JavaScript runtime environment. It
1324
executes JavaScript code outside of a browser. For more information on using

0 commit comments

Comments
 (0)