atom-editor
インストールとセットアップ
サーチ…
備考
WindowsにAtomをインストールする
公式インストーラを使用する
公式サイトからインストーラをダウンロードしてください 。 %PATH%
変数にatom
とapm
(Atom Package Manager)を自動的に追加します。
ソースからのビルド
要件 :
- Node.js 4.4.x以降
- Python 2.7.x
- 7zip
- Visual Studio(以下のバージョンの1つ)
- Visual C ++ビルドツール2015
- Visual Studio 2013 Update 5(Express Edition以上)
- Visual Studio 2015(Community Edition以上)
- Git
コマンドプロンプトに次のコマンドを実行します。
cd C:/
git clone https://github.com/atom/atom.git
cd atom
script/build
MacにAtomをインストールする
zipからインストールする
- ダウンロード
atom-mac.zip
アトムGitHubのリポジトリからzipファイルをここに - Finderでファイルをダブルクリックして解凍します。
-
Atom
アプリケーションを "Applications"フォルダにドラッグします。 - Atomアプリケーションを実行します。
ソースからのビルド
要件:
- macOS 10.8以上
- Node.js 4.4x以降
- npm 3.10.x以降
- Xcode
インストール:
git clone https://github.com/atom/atom.git
cd atom
script/build
script/build --install
、 script/build --install
installでインストールしscript/build --install
LinuxにAtomをインストールする
パッケージからのインストール
Debian、Ubuntuなど
$ sudo dpkg -i atom-amd64.deb
$ sudo apt-get -f install
RedHat Enterprise、CentOS、Oracle Linux、Scientific Linuxなど
$ sudo yum install -y atom.x86_64.rpm
Fedora(DNFパッケージマネージャー)
$ sudo dnf install -y atom.x86_64.rpm
SUSE(Zyppパッケージマネージャ)
$ sudo zypper in -y atom.x86_64.rpm
ソースからのビルド
要件 :
- 64ビットまたは32ビットアーキテクチャのOS
- C ++ 11ツールチェーン
- Git
- Node.js 4.4x以降
- npm 3.10.x以降
- GNOMEキーリング開発ヘッダー
次のコマンドを実行します。
git clone https://github.com/atom/atom.git
cd atom
script/build
単一のLinuxディストリビューションに関連する具体的な指示については、 これらの指示をお読みください。
Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow