~elementary-apps/pantheon-terminal/master

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: kekun.plazas@laposte.net
  • Date: 2011-06-19 15:34:04 UTC
  • Revision ID: git-v1:03007337b8d45983a3be21b8d295b5af68a60b04
CMake port in progress

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To compile it:
 
2
mkdir build
 
3
cd build
 
4
cmake ..
 
5
make -j3
 
6
 
 
7
To install it:
 
8
make install
 
9
 
 
10
Alternatively, you can also (if you are a developer), launch it using "src/pantheon-terminal"
 
11
(when you are in build/)