1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Compile and Run
--------------------------------------------------------------------------------
• Build and run Writer
If you don't have the source yet:
bzr branch lp:writer
cd writer
mkdir install; cd install
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/
make
sudo make install
./writer
• Dependencies
sudo apt-get build-dep scratch-text-editor
OR
- libgtk-3.0-dev
- libgtksourceview-3.0-dev
- libgranite >= 0.3.0
- libgconf-2.0-dev
- libzeitgeist-2.0
• Bugs
If you find bugs in this installation guide or in Writer itself, please report them at
https://launchpad.net/writer/+filebug
|