수색…


비고

소스에서 빌드 할 때 발생하는 오류를 해결하려면 빌드 문서를보십시오 .

Windows에 Atom 설치

공식 설치 프로그램 사용

공식 웹 사이트 에서 설치 프로그램을 다운로드하십시오. %PATH% 변수에 atomapm (Atom Package Manager)을 자동으로 추가합니다.

소스에서 빌드

요구 사항 :

  • Node.js 4.4.x 이상
  • Python 2.7.x
  • 7zip
  • Visual Studio (아래 버전 중 하나)
    • Visual C ++ 빌드 도구 2015
    • Visual Studio 2013 업데이트 5 (Express Edition 이상)
    • Visual Studio 2015 (커뮤니티 에디션 또는 그 이상)
  • 망할 놈

명령 프롬프트에서 다음 명령을 실행하십시오.

cd C:/
git clone https://github.com/atom/atom.git
cd atom
script/build

Mac에 Atom 설치하기

지퍼에서 설치하기

  1. Atom GitHub 저장소에서 atom-mac.zip zip 파일을 다운로드 하십시오.
  2. Finder에서 파일을 더블 클릭하여 압축을 풉니 다.
  3. Atom 응용 프로그램을 "응용 프로그램"폴더로 드래그하십시오.
  4. 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 사용하여 설치하십시오.

Linux에 Atom 설치

패키지에서 설치

데비안, 우분투 등

$ 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

수세 (Zypp 패키지 매니저)

$ sudo zypper in -y atom.x86_64.rpm

소스에서 빌드

요구 사항 :

  • 64 또는 32 비트 아키텍처의 OS
  • C ++ 11 툴 체인
  • 망할 놈
  • Node.js 4.4x 이상
  • npm 3.10.x 이상
  • 그놈 키링 개발 헤더

다음 명령을 실행하십시오.

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