mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-30 07:57:12 +08:00
Summary: fix(task-queue): Repair the findTask function Add "ship logs" and "open logs" to the developer menu Patches for Chromium 42 Test Plan: Run tests! Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1547
22 lines
510 B
Markdown
22 lines
510 B
Markdown
# FreeBSD
|
|
|
|
FreeBSD -RELEASE 64-bit is the recommended platform.
|
|
|
|
## Requirements
|
|
|
|
* FreeBSD
|
|
* `pkg install node`
|
|
* `pkg install npm`
|
|
* `pkg install libgnome-keyring`
|
|
* `npm config set python /usr/local/bin/python2 -g` to ensure that gyp uses Python 2
|
|
|
|
## Instructions
|
|
|
|
```sh
|
|
git clone https://github.com/nylas/edgehill
|
|
cd edgehill
|
|
script/build # Creates application at $TMPDIR/nylas-build/Nylas
|
|
sudo script/grunt install # Installs command to /usr/local/bin/nylas
|
|
```
|
|
|
|
## Troubleshooting
|