forked from enlightenment/ecrire
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.
|
2 months ago | |
---|---|---|
data | 2 months ago | |
po | 2 months ago | |
src | 2 years ago | |
.arcconfig | 9 years ago | |
.gitignore | 5 years ago | |
AUTHORS | 9 years ago | |
COPYING | 11 years ago | |
ChangeLog | 11 years ago | |
NEWS | 11 years ago | |
README | 2 years ago | |
TODO | 9 years ago | |
meson.build | 1 year ago | |
meson_options.txt | 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