You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Carsten Haitzler d2a9d3fa6a update pot 9 months ago
data po: add Georgian translation 10 months ago
po update pot 9 months ago
src Revert "ecrire: wrap mode." 3 years ago
.arcconfig Fix .arcconfig to point to the correct repo. 9 years ago
.gitignore update ignore file 6 years ago
AUTHORS Updated ecrire icon. 10 years ago
COPYING Ecrire: Initial commit. 12 years ago
ChangeLog Ecrire: Initial commit. 12 years ago
NEWS Ecrire: Initial commit. 12 years ago
README Update HOWTO Build section 3 years ago
TODO Ecrire: Added support to save unsaved changes before closing. 9 years ago
meson.build release - 0.2.0 2 years ago
meson_options.txt move ecrire to meson ... just so we have a more consistent build story 4 years ago

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