📝 Mention 64/32 bit support on each platform.

This commit is contained in:
Cheng Zhao 2014-05-05 09:48:44 +08:00
parent 4da509f928
commit 37275c64cd
4 changed files with 16 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# Atom-Shell Documentations
# Atom Shell Documentations
## Tutorials

View file

@ -44,6 +44,11 @@ $ ./script/build.py -c Debug
After building is done, you can find `atom` under `out/Debug`.
## 32bit support
Currently atom-shell can only be built for 64bit target, support for 32bit would
come in future, patches would also be welcomed.
## Troubleshooting
If you got an error like this:

View file

@ -44,6 +44,11 @@ $ ./script/build.py -c Debug
After building is done, you can find `Atom.app` under `out/Debug`.
## 32bit support
Currently atom-shell can only be built for 64bit target on OS X, and there is no
plan to support 32bit on OS X in future.
## Tests
```bash

View file

@ -63,6 +63,11 @@ $ python script/build.py -c Debug
After building is done, you can find `atom.exe` under `out\Debug`.
## 64bit support
Currently atom-shell can only be built for 32bit target on Windows, support for
64bit would come in future.
## Tests
```bash