Note: this is a work-in-progress app. Some features may not work as expected or have not been implemented yet.
Writer is a word processor designed for elementary OS that let you create simple and beautiful documents.
You'll need the following dependencies:
- libgtk-3.0-dev (>= 3.22)
- libgtksourceview-3.0-dev
- libgranite-dev
- libzeitgeist-2.0
- meson
- valac
Clone this repo, run meson build
to configure the build environment. Change to the build directory and run ninja
to build
git clone https://github.com/ryonakano/writer.git && cd writer/
meson build --prefix=/usr
cd build/
ninja
To install, use ninja install
, then execute with com.github.ryonakano.writer
sudo ninja install
com.github.ryonakano.writer
Please see CONTRIBUTING.md.
Actually this repository is a fork of the original Writer. One day I found the original one and was very impressed, but it didn't seem to be updated at that time and wasn't released to AppCenter. Then I felt I would like to fork it and continue the development.
So this repository would not exist without the work of the developers of the original one Tuur Dutoit, Anthony Huben, Ryan Riffle and its mockup designer spiceofdesign. I would like to say thank you very much for them!