From 6e35f556b7a901ca021af622de8651010e6d5455 Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Wed, 18 Apr 2018 13:25:18 -0700 Subject: [PATCH 1/2] Remove FreeBSD build instructions since they don't work --- README.md | 1 - docs/build-instructions/freebsd.md | 19 ------------------- 2 files changed, 20 deletions(-) delete mode 100644 docs/build-instructions/freebsd.md diff --git a/README.md b/README.md index b0d8a6504..b2b39973a 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/build-instructions/freebsd.md b/docs/build-instructions/freebsd.md deleted file mode 100644 index ab07ff529..000000000 --- a/docs/build-instructions/freebsd.md +++ /dev/null @@ -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 -``` From 04fb4940c6b51a8b2fb65d1c90a0d87341092ad4 Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Wed, 18 Apr 2018 14:02:31 -0700 Subject: [PATCH 2/2] Remove reference to FreeBSD from build instructions list --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index c45e117e4..094bc6e5b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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