mirror of
https://github.com/atom/atom.git
synced 2026-02-06 12:44:59 -05:00
23 lines
498 B
Markdown
23 lines
498 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 # Creates application at $TMPDIR/atom-build/Atom
|
|
sudo script/grunt install # Installs command to /usr/local/bin/atom
|
|
```
|
|
|
|
## Troubleshooting
|