Files
atom/docs/build-instructions/freebsd.md
Antonio Scandurra 9030ee59f6 Update docs
2016-08-30 08:17:59 +02:00

20 lines
339 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/atom/atom
cd atom
script/build
```