mirror of
https://github.com/electron/electron.git
synced 2026-01-15 02:18:18 -05:00
📝 Mention 64/32 bit support on each platform.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user