mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Merge pull request #17169 from atom/remove-freebsd-instructions
Remove FreeBSD build instructions since they don't work
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user