Subversion Repositories HomeAutomation

Rev

Rev 1653 | Rev 1708 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1653 Rev 1663
Line 9... Line 9...
9
Build atomd and atomic:
9
Build atomd and atomic:
10
=======================
10
=======================
11
cd <atom root directory>
11
cd <atom root directory>
12
mkdir build
12
mkdir build
13
cd build
13
cd build
14
cmake -DUSE_PLUGIN_XORG=true ../
14
cmake ../
15
make
15
make
16
 
16
 
17
Create and install Ubuntu package: (requires cmake 2.8.3 or higher)
17
Create and install Ubuntu package: (requires cmake 2.8.3 or higher)
18
==================================
18
==================================
19
cd <atom root directory>
19
cd <atom root directory>
20
mkdir build
20
mkdir build
21
cd build
21
cd build
22
cpack -DUSE_PLUGIN_XORG=true ../
22
cpack ../
23
sudo dpkg --install Atom-1.5-x86_64.deb
23
sudo dpkg --install *.deb
24
 
24
 
25
Remove installed Ubuntu package:
25
Remove installed Ubuntu package:
26
================================
26
================================
27
sudo aptitude remove atom
27
sudo aptitude remove atom