118 Commits

Author SHA1 Message Date
Kevin Sawicki
62e9d137ae Merge pull request #8109 from batjko/patch-2
Clarify path separators, partially reverting #8107
2015-07-28 17:35:50 -07:00
Kevin Sawicki
89d6388800 Merge pull request #8101 from drewkett/docfix2
Fix Arch build instructions again
2015-07-28 07:47:28 -07:00
Patrick Metzdorf
a07888601b Clarify path separators, partially reverting #8107
Thanks @izuzak for pointing out that the git shell can take forward slashes, and the original instructions do assume usage of that, as opposed to cmd or Powershell.
2015-07-28 13:15:22 +01:00
Patrick Metzdorf
bc43ee242a Correct path separator for Windows 2015-07-28 12:06:57 +01:00
Andrew Burkett
aefecbc4c4 Remove mention of AUR for Arch build instructions 2015-07-27 21:54:22 -07:00
Andrew Burkett
24f6d0986d Add --needed flag to arch build instructions
Avoids unnecessary reinstalling of some software
2015-07-27 15:45:05 -07:00
Andrew Burkett
3c8bcd7ea9 Add note about AUR to arch build instructions 2015-07-27 15:28:19 -07:00
Andrew Burkett
0e01bde107 Add npm to arch build instructions 2015-07-27 15:28:03 -07:00
netmml
9c6e36346f Update windows.md 2015-07-13 17:36:58 -04:00
Andrew Burkett
3a3e4c1eb9 Fix Arch build instructions 2015-06-25 16:12:30 -07:00
verrazanof
4735ce60d9 Update linux.md
For Arch, `export PYTHON=/usr/bin/python2` should correct for `export python=/usr/bin/python2`
2015-06-05 12:55:25 +00:00
Machiste Quintana
2e8bb9e41f 📝 Update example path 2015-05-25 13:14:00 -04:00
Machiste Quintana
ae55904465 📝 Update --install-dir docs for OS X 2015-05-25 12:52:03 -04:00
Machiste Quintana
e9077beb41 Document build flags 2015-05-25 12:14:12 -04:00
Wliu
c91ddbefd0 Use bash highlighting instead of bat 2015-05-18 19:26:44 -04:00
LEDfan
363817d7a7 NodeJS-devel is required on OpenSUSE 2015-04-30 14:33:54 +02:00
Basarat Ali Syed
2e23dd9553 windows build: $env:GYP_MSVS_VERSION=2013 might still be required
closes https://github.com/atom/atom/issues/5888
2015-03-08 09:31:13 +11:00
Suyash
6832845b91 📝 fix grammatical errors in linux build file 2015-02-22 13:43:43 +05:30
Kevin Sawicki
65030f8252 📝 Mention node 0.12.x and io.js 1.x support 2015-02-18 16:18:01 -08:00
Kevin Sawicki
49d72f8c50 📝 its -> it is 2015-02-13 11:35:39 -08:00
Kevin Sawicki
86da2ba888 📝 Use update-alternatives 2015-02-13 11:35:02 -08:00
vpeil
78e8e90db9 📝 a little hint added for 'Building from source for linux'
*script/build* has the shebang #!/usr/bin/env node. On some system this command is no available but nodejs (e.g. on debian).
The softlink fixes this problem, and all the other steps work fine.
2015-02-12 21:25:31 +01:00
Xue Fuqiao
22158031bf Change HTTP to HTTPS.
Change HTTP to HTTPS to avoid plaintext HTTP connections.
2015-01-31 17:59:45 +08:00
Kevin Sawicki
aab51d15ab Merge pull request #4734 from KINFOO/master
openSUSE build instructions.
2014-12-22 09:53:49 -08:00
Kevin KIN-FOO
03a769b516 openSUSE build instructions.
Same as _Fedora / CentOS / RHEL_ section, only difference is `nodejs` package
being provided by openSUSE.
2014-12-22 11:33:59 +01:00
coreylindsey
45ee6df36e Updated Arch requirements
gconf was needed
2014-12-19 21:48:07 -06:00
Kevin Sawicki
3d5437c1e9 Merge pull request #4393 from envygeeks/patch-1
Move Debian alternatives entry up.
2014-12-05 10:47:11 -08:00
Ryan P.C. McQuen
396b53b8dc add Slackware install method 2014-12-05 06:34:57 -08:00
Jordon Bedwell
8ad8a61aab Move Debian alternatives entry up.
Move the Debian alternatives entry up so it's below and grouped with
"no such file or directory" since it's an alternate solution to symlinking.
2014-12-04 02:49:05 -06:00
Michael Stramel
60c042bd81 Update linux.md
Update `git fetch` command to include the prune flag which will remove remote branches that no longer exist.
2014-11-17 10:25:04 -06:00
Kevin Sawicki
1456bf0d91 📝 runnung -> running 2014-10-29 09:01:18 -07:00
Bengt Lüers
81586d22f4 Add initial instructions to build rpm from sources, add packaging dependency for Fedora 2014-10-29 01:09:21 +01:00
Kevin Sawicki
0e99b70650 🐧 Add troubleshooting for system gyp error
Closes #2824
2014-10-27 08:45:15 -07:00
Claudio Bley
937ef321bd Update linux.md
You need to have python2 installed on Arch.

Otherwise you get build ENOENT errors using npm-gyp.
2014-10-24 14:08:10 +02:00
Kevin Sawicki
71ef21bb70 📝 Link to roadmap issue 2014-10-22 12:59:57 -07:00
Mateusz Konieczny
e6e039293a fakeroot is also necessary 2014-10-09 13:11:06 +02:00
Kevin Sawicki
863362ffed 📝 Outdent ordered list 2014-09-15 08:51:10 -07:00
Kevin Sawicki
cea7d89129 📝 🐧 Tweak Linux instructions 2014-09-15 08:50:16 -07:00
Bengt Lüers
ca8153b56b Elaborate getting a current working copy.
The `git checkout` step from #3098 got removed by some merge, so here it is again.
2014-09-14 15:15:52 +02:00
Jordon Bedwell
5a64b09924 Proc requires super user permissions on Linux. 2014-09-09 20:36:40 -05:00
Kevin Sawicki
b0c17aa98f 📝 Correct misspellings 2014-09-09 18:32:37 -07:00
Jordon Bedwell
335339ef61 Change language and make the command one line. 2014-09-09 20:20:39 -05:00
Jordon Bedwell
efc730dc2f Add alternatives alternative to symlinks. 2014-09-08 14:39:47 -05:00
Kevin Sawicki
654a4392a4 📝 Use script/build in --build-dir example 2014-08-14 09:53:10 -07:00
Kevin Sawicki
8457c74f2f 📝 💄 2014-08-14 09:52:20 -07:00
Kevin Sawicki
88366cb5d4 📝 Mention --build-dir and --install-dir
Closes #3220
2014-08-14 09:51:25 -07:00
Werner Beroux
2c2dc61fa0 Update linux.md
Clarify the build steps. The most important is that initialy "Create ..." and "Install ..." could be interpreted as "(User should) create/install ..." while it should mean "(To) create/install ... (do)".
2014-08-11 11:00:47 +02:00
Sergey Zolotarev
7f6a4cccaf Add build fix from #2435 2014-08-05 18:00:25 +07:00
Bengt Lüers
823cfcac57 Correct Node.js' spelling, link Git and GNOME Keyring 2014-08-03 16:06:18 +02:00
Kevin Sawicki
532744b4eb 📝 Mention installed apm command 2014-07-28 18:49:53 -07:00