Go to file
Tom Hacohen 3a1efb5d49 Don't crash if config file doesn't exist.
This fixes T425. Thanks to Scimmia for reporting.
2013-10-03 11:55:59 +01:00
cmake/Modules Ecrire: Moved the FindElementary.cmake files to a legacy folder. 2013-02-05 16:40:57 +00:00
data updating desktop file 2013-07-31 12:53:46 +02:00
po updating french translation 2013-07-02 18:48:42 +02:00
src/bin Don't crash if config file doesn't exist. 2013-10-03 11:55:59 +01:00
.gitignore ignore++ 2012-06-25 17:12:21 +00:00
AUTHORS Ecrire: Initial commit. 2012-01-01 11:10:30 +00:00
CMakeLists.txt Fixed locale dir. 2013-02-27 09:58:38 +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 Improved the README to include more troubleshooting info. 2013-03-15 10:10:53 +00:00
TODO Ecrire: go to # of line implementation. 2013-03-19 10:52:02 +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

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