Merge pull request #17169 from atom/remove-freebsd-instructions

Remove FreeBSD build instructions since they don't work
This commit is contained in:
Lee Dohm
2018-04-18 14:57:51 -07:00
committed by GitHub
3 changed files with 0 additions and 21 deletions

View File

@@ -65,7 +65,6 @@ repeat these steps to upgrade to future releases.
## Building
* [FreeBSD](./docs/build-instructions/freebsd.md)
* [Linux](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux)
* [macOS](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-mac)
* [Windows](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-windows)

View File

@@ -8,7 +8,6 @@ Most of the Atom user and developer documentation is contained in the [Atom Flig
Instructions for building Atom on various platforms from source.
* [FreeBSD](./build-instructions/freebsd.md)
* Moved to [the Flight Manual](https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/)
* Linux
* macOS

View File

@@ -1,19 +0,0 @@
# 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
```