📝 Mention 64/32 bit support on each platform.
This commit is contained in:
parent
4da509f928
commit
37275c64cd
4 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# Atom-Shell Documentations
|
||||
# Atom Shell Documentations
|
||||
|
||||
## Tutorials
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue