~writer-devs/writer/trunk

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Tuur Dutoit
  • Date: 2014-09-05 18:05:45 UTC
  • mfrom: (51.3.1 writer)
  • Revision ID: me@tuurdutoit.be-20140905180545-227s4xpadu6zhs94
Merge ~harp37/writer/cmake_3

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