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.
 
 
NorwayFun f16faeffd8 po: add Georgian translation 2 months ago
data po: add Georgian translation 2 months ago
po po: add Georgian translation 2 months ago
src Revert "ecrire: wrap mode." 2 years ago
.arcconfig Fix .arcconfig to point to the correct repo. 9 years ago
.gitignore update ignore file 5 years ago
AUTHORS Updated ecrire icon. 9 years ago
COPYING Ecrire: Initial commit. 11 years ago
ChangeLog Ecrire: Initial commit. 11 years ago
NEWS Ecrire: Initial commit. 11 years ago
README Update HOWTO Build section 2 years ago
TODO Ecrire: Added support to save unsaved changes before closing. 9 years ago
meson.build release - 0.2.0 1 year ago
meson_options.txt move ecrire to meson ... just so we have a more consistent build story 3 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