Since the original Raven, developed by Robotlolita, is in hiatus, I decided to create a fork to see what else it could use. The same disclaimers apply: still in early stages, may break. So back up your stuff.
NOTE: Since I haven't actually made any changes yet, these still go to Robotlolita's builds.
-
Download the right distribution for your platform:
-
Unzip it wherever you want the application to be;
-
Double click the
Raven
/Raven.exe
/Raven.app
file; -
Select the folder where you want to store your novels;
-
Create a new novel, and start writing.
You'll need Node Webkit, Node, Make
and other *NIX tools (like cat
)
installed. Once you do, just run the following commands:
$ git clone git://github.com/robotlolita/raven
$ cd raven
$ npm install
To run it under recent Linux distributions (Ubuntu 13.04+, Fedora 18+, Arch, Gentoo, etc) you'll need the following to run Raven:
$ make run-linux
On all other platforms, you'll need the following to run Raven:
$ make run
Raven is MIT licensed