mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
23 lines
522 B
Markdown
23 lines
522 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/inboxapp/edgehill
|
||
|
cd edgehill
|
||
|
script/build # Creates application at $TMPDIR/edgehill-build/Edgehill
|
||
|
sudo script/grunt install # Installs command to /usr/local/bin/edgehill
|
||
|
```
|
||
|
|
||
|
## Troubleshooting
|