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.
|
9 months ago | |
---|---|---|
data | 10 months ago | |
po | 9 months ago | |
src | 3 years ago | |
.arcconfig | 9 years ago | |
.gitignore | 6 years ago | |
AUTHORS | 10 years ago | |
COPYING | 12 years ago | |
ChangeLog | 12 years ago | |
NEWS | 12 years ago | |
README | 3 years ago | |
TODO | 9 years ago | |
meson.build | 2 years ago | |
meson_options.txt | 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