~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Anthony Huben
  • Date: 2014-09-05 01:46:13 UTC
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: harp37@gmail.com-20140905014613-r5s0s8v662e4n4p4
Add initial support for cmake.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                               Compile and Run                                    
 
2
--------------------------------------------------------------------------------
 
3
 
 
4
• Build and run Writer
 
5
 
 
6
  If you don't have the source yet:
 
7
  bzr branch lp:writer
 
8
  cd writer
 
9
  mkdir build; cd build
 
10
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
 
11
  make
 
12
  ./writer
 
13
 
 
14
• Bugs
 
15
 
 
16
  If you find bugs in this installation guide or in Writer itself, please report them at
 
17
  https://launchpad.net/writer/+filebug
 
18