Cheng Zhao
e3d3cd1198
docs: Update link of VS Community
...
Also fix the version of VS requried.
Close #3962 .
2016-01-11 20:52:32 +08:00
Frank Laub
ab53e04a80
s/Phrase/Phase
2015-12-24 23:04:44 -08:00
Brian R. Bondy
8ae99ebd1f
Indicate that Update 5 is required for VS2013
2015-12-12 22:25:45 -05:00
Cheng Zhao
68099a71b0
docs: Use absolute URLs
...
Relative paths in GitHub's repo do not work very well, and our docs site
can not recognize them.
2015-11-17 11:47:57 +08:00
Sunny
9ac87e844a
Fix node_bindings link in Simplified Chinese document translation
2015-11-13 15:41:20 +08:00
Jessica Lord
bd20104e5a
Merge master
2015-09-02 10:19:08 -07:00
Vishesh Handa
17cc43152d
Linux Build Instructions: Add list of packages for fedora
2015-09-01 16:01:44 +02:00
Jessica Lord
889c982918
Source code structure as tree command
2015-08-31 21:49:05 -07:00
Jessica Lord
691d8dd9ab
Replace "Mac" with "OS X"
2015-08-31 21:13:05 -07:00
Jessica Lord
316210d6c4
Add $
notation
2015-08-31 21:10:48 -07:00
Jessica Lord
2c79e9fd41
Standardize dir structure
2015-08-30 22:31:43 -07:00
Jessica Lord
29c865f0e1
Standardize symbol server
2015-08-30 22:31:25 -07:00
Jessica Lord
e0542945ce
Standardize code style
2015-08-30 22:31:14 -07:00
Jessica Lord
842ba6aea6
Standardize overview
2015-08-30 22:31:07 -07:00
Jessica Lord
009e228218
Standardize build win
2015-08-30 22:30:36 -07:00
Jessica Lord
d93b6c1cae
Standardize build mac
2015-08-30 22:30:23 -07:00
Jessica Lord
2206279846
Standardize build linux
2015-08-30 22:30:12 -07:00
Jessica Lord
1e5b7af490
Standardize atom vs nw
2015-08-30 22:30:01 -07:00
Eran Tiktin
5337d8c23f
Ignore native module tests on Windows debug build
...
This resolves #2558 . There are no more errors when running test.py on
the debug build in Windows. When running the release build the tests
will be executed as usual.
2015-08-27 23:05:06 +03:00
Eran Tiktin
5a8f60fe32
Update build-instructions-windows
...
The build instructions mistakenly said that you can find `atom.exe` under `out\D` instead of `electron.exe`. I fixed that and mentioned that the release build will be to `out\R`.
2015-08-25 23:28:41 +03:00
Cheng Zhao
ce0509a665
Merge pull request #2554 from etiktin/patch-4
...
Update coding-style with info about Chromium's types
2015-08-25 13:41:54 +08:00
Jessica Lord
3f52a91312
Create directory for KO translations
2015-08-22 14:21:01 +02:00
Eran Tiktin
79c602c3cc
Update coding-style with info about Chromium's types
...
When I first tried to add something to the C++ code, I was a bit overwhelmed by all the special types and abstractions.
The info added will hopefully make it a bit easier to start, by directing users to the right place.
2015-08-21 22:23:49 +03:00
Cheng Zhao
01921ee6fa
Merge branch 'master' of https://github.com/preco21/electron into preco21-master
...
Conflicts:
docs/api/browser-window-ko.md
2015-08-21 11:30:47 +08:00
Plusb Preco
ad24c11f32
Merge remote-tracking branch 'atom/master'
2015-08-21 11:41:07 +09:00
Plusb Preco
172cc22d90
Fix some typos, update as upstream
2015-08-20 07:50:07 +09:00
Olivier Forget
092f9d2c46
Clarify that MSVS 2015 will not work in Windows build docs.
2015-08-14 10:25:18 -07:00
Cheng Zhao
ebfd03570f
Merge pull request #2456 from etiktin/update_build_md
...
Add a comment to build instructions about cpplint
2015-08-10 11:21:51 +08:00
Plusb Preco
40c7e6e179
Update as upstream, translate 2 files, fix some typos
2015-08-10 03:33:32 +09:00
Eran Tiktin
de441916d6
Add a comment to build instructions about cpplint
...
I added a mention of `cpplint.py` in the build instructions.
The reason, is because it's easy to miss it's existence. Even if you
noticed it's mentioned in `coding-style.md` you might mistakenly think
that `test.py` runs it).
2015-08-08 23:25:27 +03:00
Jiaji Zhou
e0a117414b
Add missing dependency for ubuntu build
...
I tried to follow the document to build electron on a fresh clean built Ubuntu 15.04.
I encountered the following error message when trying to run ./script/bootstrap.py -v
Package nss was not found in the pkg-config search path.
Perhaps you should add the directory containing `nss.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nss' found
After installing libnss3-dev, the build can pass.
2015-07-30 01:21:17 -07:00
Plusb Preco
05def654c3
Translate web-view-tag-tag-ko.md, improve grammer
2015-07-30 09:56:27 +09:00
Plusb Preco
b524914008
Update as upstream
2015-07-15 08:30:02 +09:00
Plusb Preco
e510384375
Revert "Revert "Update APIs, check grammars""
...
This reverts commit 5e083473e7b4d3a6014d35e68618594765151afe.
2015-07-15 08:09:03 +09:00
Plusb Preco
eb81810a52
Revert "Update APIs, check grammars"
...
This reverts commit d1eb971263f72deae84541d12b3bdd6d5972365a.
2015-07-15 08:09:01 +09:00
Plusb Preco
3b2f3c3152
Update APIs, check grammars
2015-07-15 08:08:59 +09:00
Plusb Preco
de5bc32d0b
Fix typos, update some files
2015-07-15 08:08:57 +09:00
Cheng Zhao
e5f852d7d5
docs: Adds the dependencies of arm target
...
Close #2181
2015-07-13 15:26:35 -07:00
Cheng Zhao
3064afbac4
Merge pull request #2119 from deepak1556/linux_doc_patch
...
doc: linux troubleshooting libtinfo.so.5 not found
2015-07-06 12:29:40 +08:00
Cheng Zhao
07cf2eac4e
Merge pull request #2113 from atom/libchromiumcontent-mirror
...
Allow downloading prebuilt libchromiumcontent binaries from mirror
2015-07-06 09:52:43 +08:00
Haojian Wu
f5b502186b
📝 Add mirror address description.
2015-07-05 22:50:36 +08:00
Cheng Zhao
4e94e0c82f
Merge pull request #2093 from preco21/master
...
Translate docs into korean #2 + added link of power-save-blocker API to README
2015-07-05 21:21:56 +08:00
Robo
c7518f84f8
doc: linux troubleshooting libtinfo.so.5 not found
2015-07-04 10:52:18 +05:30
Cheng Zhao
5ccc909f2f
Merge pull request #2094 from atom/arm
...
Add arm build
2015-07-02 16:04:37 +08:00
Cheng Zhao
a367934b95
docs: Cross compilation
2015-07-02 15:55:21 +08:00
Shaine Ismail
11cfe20395
Update build-instructions-windows.md
...
Very very very minor typo
2015-06-30 13:00:20 +01:00
Plusb Preco
fcf4da1097
Fix charsets, add more translated files
2015-06-29 21:41:11 +09:00
Plusb Preco
ebb031dafe
Fix typos, add more files
2015-06-26 13:06:12 +09:00
Plusb Preco
bf5b084945
Fix some typos and translate more files
2015-06-26 13:06:10 +09:00
Plusb Preco
30dfd54575
First translation
...
Translate docs to korean
2015-06-22 14:06:06 +09:00