mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Clarify wording and formatting in docs
This commit is contained in:
parent
546e56a599
commit
77cba66c2d
@ -34,10 +34,13 @@ To also install the newly built application, use `--create-debian-package` or `-
|
||||
### Ubuntu / Debian
|
||||
|
||||
* Install GNOME headers and other basic prerequisites:
|
||||
|
||||
```sh
|
||||
sudo apt-get install build-essential git libgnome-keyring-dev fakeroot rpm
|
||||
```
|
||||
|
||||
* If `script/bootstrap` exits with an error, you may need to install a newer C++ compiler with C++11:
|
||||
|
||||
```sh
|
||||
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
||||
sudo apt-get update
|
||||
|
@ -22,7 +22,7 @@ To also install the newly built application, use `script/build --install`.
|
||||
|
||||
* `--code-sign`: signs the application with the GitHub certificate specified in `$ATOM_MAC_CODE_SIGNING_CERT_DOWNLOAD_URL`.
|
||||
* `--compress-artifacts`: zips the generated application as `out/atom-mac.zip`.
|
||||
* `--install`: installs the application at `/Applications/Atom.app`.
|
||||
* `--install`: installs the application at `/Applications/Atom.app` for dev and stable versions or at `/Applications/Atom-Beta.app` for beta versions.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
@ -29,7 +29,7 @@ script\bootstrap
|
||||
script\build
|
||||
```
|
||||
|
||||
To also install the newly built application, use `script/build --create-windows-installer` and launch the generated installers.
|
||||
To also install the newly built application, use `script\build --create-windows-installer` and launch the generated installers.
|
||||
|
||||
### `script\build` Options
|
||||
* `--code-sign`: signs the application with the GitHub certificate specified in `$WIN_P12KEY_URL`.
|
||||
@ -77,10 +77,10 @@ If none of this works, do install Github Desktop and use its Git Shell as it mak
|
||||
* See the next item.
|
||||
|
||||
* `error MSB8020: The build tools for Visual Studio 201? (Platform Toolset = 'v1?0') cannot be found.`
|
||||
* Try setting the `GYP_MSVS_VERSION` environment variable to 2013 or 2015 depending on what version of Visual Studio you are running and then `script\clean` followed by `script\build` (re-open your command prompt or Powershell window if you set it using the GUI)
|
||||
* Try setting the `GYP_MSVS_VERSION` environment variable to 2013 or 2015 depending on what version of Visual Studio you are running and then `script\clean` followed by `script\bootstrap` (re-open your command prompt or Powershell window if you set it using the GUI)
|
||||
|
||||
* `'node-gyp' is not recognized as an internal or external command, operable program or batch file.`
|
||||
* Try running `npm install -g node-gyp`, and run `script/build` again.
|
||||
* Try running `npm install -g node-gyp`, and run `script\bootstrap` again.
|
||||
|
||||
* Other `node-gyp` errors on first build attempt, even though the right Node.js and Python versions are installed.
|
||||
* Do try the build command one more time, as experience shows it often works on second try in many of these cases.
|
||||
|
Loading…
Reference in New Issue
Block a user