Go to file
maxerba f75246422a Updating spanish translation 2024-04-02 22:22:42 +02:00
data po: add Georgian translation 2023-02-10 00:54:02 -08:00
po Updating spanish translation 2024-04-02 22:22:42 +02:00
src Revert "ecrire: wrap mode." 2021-04-09 09:41:12 +01:00
.arcconfig Fix .arcconfig to point to the correct repo. 2014-09-10 15:05:04 +01:00
.gitignore update ignore file 2017-11-07 13:57:35 +09:00
AUTHORS Updated ecrire icon. 2013-11-20 10:06:05 +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 Update HOWTO Build section 2021-04-09 19:56:32 +01:00
TODO Ecrire: Added support to save unsaved changes before closing. 2014-09-26 12:25:40 +01:00
meson.build release - 0.2.0 2021-12-26 11:45:39 +00:00
meson_options.txt move ecrire to meson ... just so we have a more consistent build story 2020-02-17 15:02:11 +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
$ meson build
$ cd build
$ ninja
$ sudo ninja install

If you're trying to build in a machine where you have efl 1.7.5 libraries installed, 
you must run cmake like this:
$ CMAKE_PREFIX_PATH=/path/to/ecrire/cmake/Modules/legacy cmake /path/to/ecrire

If you are trying to build with efl 1.8 and having issues, you should try:
$ CMAKE_PREFIX_PATH=/usr/local/share/cmake/Modules/ cmake /path/to/ecrire