Go to file
Tom Hacohen 987be69b54 Ecrire: Fix translation support.
SVN revision: 70962
2012-05-13 11:23:53 +00:00
cmake/Modules Ecrire: Updated gettext module. 2012-03-12 14:06:31 +00:00
data Ecrire: Drop autofoo. 2012-03-05 16:00:31 +00:00
po Ecrire: Fixed gettext support. 2012-03-04 22:37:24 +00:00
src/bin Ecrire: Add elm_shutdown. 2012-04-16 15:57:23 +00:00
.gitignore elfe, emap, emote, enna-explorer, epdf, ecrire: Added .gitignore for git users. 2012-03-11 06:00:19 +00:00
AUTHORS Ecrire: Initial commit. 2012-01-01 11:10:30 +00:00
CMakeLists.txt Ecrire: Fix translation support. 2012-05-13 11:23:53 +00:00
COPYING Ecrire: Initial commit. 2012-01-01 11:10:30 +00:00
ChangeLog Ecrire: Initial commit. 2012-01-01 11:10:30 +00:00
NEWS Ecrire: Initial commit. 2012-01-01 11:10:30 +00:00
README ecrire: Updated README how to build ecrire using cmake. INSTALL file is full of autofoo stuffs. 2012-03-16 01:34:54 +00:00
TODO Ecrire: Initial commit. 2012-01-01 11:10:30 +00:00
cmakeconfig.h.in Ecrire: Fix translation support. 2012-05-13 11:23:53 +00:00

README

This is intended to be a text editor.

It's currently mostly just a PoC, but I hope it'll grow to be more than that.

HOWTO Build
$ mkdir build
$ cd build
$ cmake ..
$ make && sudo make install