mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
last preparations for release
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
<div id="docPage">
|
||||
<div id="doc-container">
|
||||
<h1>Packaging</h1>
|
||||
<p>libreevent has a very simple packaging script built in, it's called package.sh and can be run on any bash-compatible shell. This is another thing that should be improved: Add a batch script for the same purpose, it makes Windows user's life so much easier!</p>
|
||||
<h1>Setting up the development environment</h1>
|
||||
<p>To be able to work on libreevent, you need to have node.js and npm installed on your computer.</p>
|
||||
<p>Then, to set up the development environment, run</p>
|
||||
<pre><code>npm i
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
# Packaging
|
||||
libreevent has a very simple packaging script built in, it's called package.sh and can be run on any bash-compatible shell. This is another thing that should be improved: Add a batch script for the same purpose, it makes Windows user's life so much easier!
|
||||
|
||||
You can just run the script in a terminal by typing
|
||||
```
|
||||
./package.sh
|
||||
```
|
||||
when in the main directory (Linux and MacOS only, requires installed Node.js and npm).
|
||||
|
||||
|
||||
# Setting up the development environment
|
||||
|
||||
To be able to work on libreevent, you need to have node.js and npm installed on your computer.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user