Skip to content

Commit

Permalink
Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
aquinoit authored and denihs committed Jun 21, 2023
1 parent edd64fe commit e57861e
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
<!--lint disable no-literal-urls-->
<p align="center">
<a href="https://nodejs.org/">
<img
alt="Node.js"
src="https://nodejs.org/static/images/logo-light.svg"
width="400"
/>
</a>
</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
```

For `Windows`:

```
choco install nasm
```
```
./vcbuild x64 release package full-icu
```


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

0 comments on commit e57861e

Please sign in to comment.