mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
700 B
700 B
FreeBSD
FreeBSD -RELEASE 64-bit is the recommended platform.
Requirements
- FreeBSD
pkg install nodepkg install npmpkg install libgnome-keyringnpm config set python /usr/local/bin/python2 -gto ensure that gyp uses Python 2
Instructions
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
Advanced Options
Custom install directory
sudo script/grunt install --install-dir /install/atom/here
Custom build directory
script/build --build-dir /build/atom/here