mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2024-12-11 16:27:01 +01:00
cbebfae236
Moved examples to their own example directory, treating folders we didn't add as a unofficial folder, anything in examples gets submitted in commits. Because I want people to learn that kaipreset_ should only be used if a file should be part of KoboldAI's official scripts the examples do not have kaipreset_ in the name.
25 lines
718 B
Markdown
25 lines
718 B
Markdown
# Installing dependencies:
|
|
|
|
* Install [Haxe](https://haxe.org/) 4 and Haxelib. Add them to your PATH. The specific version of Haxe used for this compilation was 4.2.4.
|
|
|
|
* Install the Haxelib package [littleBigInt](https://github.com/maitag/littleBigInt), version 0.1.3:
|
|
```
|
|
haxelib install littleBigInt 0.1.3
|
|
```
|
|
|
|
* Install [Node.js](https://nodejs.org/).
|
|
|
|
* Install https://github.com/FATH-Mechatronics/luamin/tree/d7359250cf28ab617ba5e43d1fda6ec411b1f9f7 using npm:
|
|
```
|
|
npm install FATH-Mechatronics/luamin#d7359250cf28ab617ba5e43d1fda6ec411b1f9f7
|
|
```
|
|
|
|
# Compilation:
|
|
|
|
* Run build.sh if you're running Linux or build.bat if you're running Windows.
|
|
|
|
* Use Node.js to run min.js:
|
|
```
|
|
node min.js
|
|
```
|