* Update some packages

* Use ptyw.js (from a specific rev for now) vs pty.js for better Windows support
* Updated docs slightly
* Use iconv.encode() in dropfile generation
This commit is contained in:
Bryan Ashby 2015-11-20 11:48:32 -07:00
parent 58bde9784d
commit c81eb6f514
5 changed files with 15 additions and 8 deletions

View file

@ -14,7 +14,12 @@ git clone https://github.com/NuSkooler/enigma-bbs.git
npm install
```
3\. Generate a SSH Private Key
**Note for Windows users**:<br>
Some dependencies require compilation. You will need at least the following installed for `npm install` to succeed:
* A recent copy of Visual Studio (Express editions OK)
* Python 2.7.x
3\. Generate a SSH Private Key<br>
Note that you can skip this step and disable the SSH server in your `config.hjson` if desired.
```bash