last preparations for release

This commit is contained in:
2023-10-12 15:15:47 +02:00
parent 9e07c493dc
commit 71a6cc6de3
4 changed files with 15 additions and 61 deletions

View File

@@ -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

View File

@@ -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.