summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* RADME: Update Windows statusVincent Torri2021-08-061-2/+3
| | | | | | | | | | | | Reviewers: raster Reviewed By: raster Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12287
* talk about confs/Carsten Haitzler (Rasterman)2021-07-181-0/+3
| | | | make that compile and install more std in readme
* Added the heif loaderthierry19702021-02-061-0/+9
| | | | | | | | | | | | Summary: that supports images : *.heif, *hiec and *.avif I have disabled *.avif images, there is already a loader. Reviewers: stefan_schmidt, raster Subscribers: raster, vtorri, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D12135
* readme - adapt for removal of xine/vlc supportCarsten Haitzler (Rasterman)2020-03-081-9/+5
|
* webp - promote to default onCarsten Haitzler (Rasterman)2020-01-281-5/+1
| | | | | | | | i just noticed a pattern... we recommend in our sample confs ... to not disable webp. why keep doing that and why not just make it a dep on by default you need to explicitly disable? make lives easier and less complex. it was a good exercise to write these as it points this out... :)
* evas - loaders - jp2k - re-enable in the build after it was lostCarsten Haitzler (Rasterman)2020-01-251-0/+1
| | | | | | it seems to have been forgotten. bring it back to building again @fix
* README - update the removal of bullet and libxp and mention harfbuzzCarsten Haitzler (Rasterman)2020-01-251-4/+4
|
* emotion & evas: remove gstreamer 0.10 supportStefan Schmidt2019-12-041-1/+1
| | | | | | | | | | | We have Gstreamer 1.x support for a long time already. We used to keep this around as fallback. By now Linux distributions start to actually no longer ship the Gstreamer 0.10.x packages and upstream has not seen a release in in 5 years. Time to remove it on our side as well. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D10779
* esacpe: remove library from treeStefan Schmidt2019-12-041-10/+0
| | | | | | | | | | | This has not been used for a while and is not even buildable after our switch to meson. It was a niche to start with given that it needed the PS3 OS to run on. I asked for any remaining users at EDD and on the list but heard nothing. Time to remove. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Cedric BAIL <cedric.bail@free.fr> Differential Revision: https://phab.enlightenment.org/D10778
* spaces--Carsten Haitzler (Rasterman)2019-10-241-1/+0
|
* Updating README for clang requirements.Bruno da Silva Belo2019-09-301-0/+1
| | | | | | | | OpenMP needs to be installed in system to sucessfully compile with clang, needs libomp, while gcc use his version, libgomp. Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D10213
* osx - require full opengl for gl support on osxCarsten Haitzler (Rasterman)2019-09-231-1/+1
| | | | | | | | | the default still is gl-es as documented. you need to explicitly turn on full opengl to get gl support on osx because thats all the engine does. document this exception for osx (having gl magically being full on osx and gle-es elsewhere is another option but then we need different os specific defaults for this which is kind of bad in other ways).
* build - update README and meson options to match echother in defaultsCarsten Haitzler (Rasterman)2019-09-231-147/+35
| | | | | | update some defaults like move to gl-es by default, tslib off by default as this really makes efl simpler to confgure ... by default with less things to change to get stuff working.
* README WhitespaceXavi Artigas2019-07-191-1/+1
|
* README: update COMPILING AND INSTALLING sectionali2019-07-191-9/+1
| | | | | | | | | | | | Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: raster, vtorri, segfaultxavi, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9302
* README, doc : Fix typoJunsuChoi2019-04-251-1/+1
| | | | | | | | | | | | Reviewers: Hermet, kimcinoo, segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8710
* efl: remove PS3 backend.Cedric BAIL2017-08-251-8/+0
| | | | | | | This backend has received no patch and maintenance from anyone who could actually test it over the last few years. After talking with KaKaRoTo it is best to remove it. If anyone want to take over its maintenance, you are welcome to revert this patch.
* readme - fix docs url.Carsten Haitzler (Rasterman)2017-06-161-1/+1
|
* efl readme - add libunwind to highly recommended for err btCarsten Haitzler (Rasterman)2017-04-281-0/+1
|
* efl readme - remove liblz4 from recommendationsCarsten Haitzler (Rasterman)2017-04-281-4/+2
| | | | | | it's probably not a good idea as it adds some dirty pages for a tiny lib that we already supply in our source. if your distro demands you do this - fine. but i wouldnt recommend this highly.
* efl readme - vlc really shouldn't be recommended list if gst is defCarsten Haitzler (Rasterman)2017-04-281-1/+0
| | | | | | recommending vlc and having gts default is probably not good. choose one or the other ... but not both. so remove from the recommended list just ebcause it's causing excess deps by packagers apparently
* readme - systemd is default on now... --disable if you dont want itCarsten Haitzler (Rasterman)2017-02-191-2/+0
|
* README: catch up with configure flags for Wayland supportStefan Schmidt2016-08-101-1/+3
| | | | | We need elput for input handling and drm here as well. Already fixed in the release notes but better catchup here as well.
* README: clarify poppler dependencyStefan Schmidt2016-08-051-1/+1
| | | | | We actually need poppler-cpp which is packaged in various ways in different distros so better give both names here.
* README: update build dependencies and build instructionsStefan Schmidt2016-08-051-16/+14
| | | | | Remove part where we recommend the now merged loaders and players and update build dependencies as well as recommended options.
* efl - threads and signals - make efl work on "insane" os's with signalsCarsten Haitzler (Rasterman)2016-07-041-6/+1
| | | | | | | | | | | | | | | so. on linux signals are delivered to the main process thread/loop. thats' where signal handlers are set up and always run. this is sane. it's predicatble. but of course this is not the same in bsd land. there "just send the signal to any old thread and call the signal handler there" seems to tbe the order of the day. this explains why wer are losing sigchld signals in edje_cc - it's heavily threaded and bsd is just randombly picking a thread to call it on. this fixes that. in theory. i hope. i can't test, but putting it in to share @fix
* readme - typo--Carsten Haitzler (Rasterman)2016-06-141-1/+1
|
* efl readme - add platfomr support info there and openbsd not supportedCarsten Haitzler (Rasterman)2016-06-141-0/+11
| | | | | add some info on platform support in readme and note than openbsd is not supported.
* try readme commit to check git prune issueCarsten Haitzler (Rasterman)2016-04-211-0/+1
|
* minor spelling fixesMike Frysinger2016-04-021-2/+2
|
* README: Remove outdated version numberStefan Schmidt2014-12-111-2/+2
| | | | | | We have the version in configure.ac and NEWS where it gets updated for releases. This occurrence gets forgotten to often on the other hand. Its not needed here so we remove it.
* README: Update version number to latestStefan Schmidt2014-11-271-1/+1
| | | | Spotted by Lionel Orry. Thanks!
* README: Update statement about C++ usage.Stefan Schmidt2014-08-141-3/+3
| | | | | Its no longer interfacing to bullet only but also our C++ bindings that need the C++ compiler.
* update README to have right version for vest release!Carsten Haitzler (Rasterman)2014-07-031-1/+1
|
* turn multisense on by default since ecore_audio is alreadyCarsten Haitzler (Rasterman)2014-04-101-1/+0
|
* autotools: let's be precise on how we do support ABI stability.Cedric BAIL2014-04-011-1/+4
| | | | | | | NOTE: We do use enum in structure. There size can be changed by changing the parameter of the compiler, this obviously will break ABI. As long as you use the same compiler (and normally any future version of that compiler) with the same set of CFLAGS/CXXFLAGS, you will have ABI stability.
* update REAMDE versionCarsten Haitzler (Rasterman)2014-02-121-1/+1
|
* update readme versions of depsCarsten Haitzler (Rasterman)2014-02-121-2/+2
|
* readme - make requirements list a bullet listCarsten Haitzler (Rasterman)2013-12-011-40/+40
|
* add some README dependency notesCarsten Haitzler (Rasterman)2013-12-011-2/+2
|
* readme update - mention systemd / udev for eeze depsCarsten Haitzler (Rasterman)2013-11-301-0/+1
|
* Fix some typos/grammar issues in new READMEChris Michael2013-11-291-10/+10
| | | | Signed-off-by: Chris Michael <cp.michael@samsung.com>
* readme - update readme for efl 1.8Carsten Haitzler (Rasterman)2013-11-291-37/+607
| | | | lots of extra documentation and information now in the README
* fix readme to be 1.8.0Carsten Haitzler (Rasterman)2013-11-071-1/+1
|
* README: call ldconfig after installing bullet.Daniel Juyung Seo2013-03-301-0/+1
|
* efl: add back valgrind check, with enable option and warning.Gustavo Sverzut Barbieri2013-01-071-0/+18
| | | | SVN revision: 82368
* fix typo in efl/READMEJihoon Kim2013-01-051-1/+1
| | | | SVN revision: 82249
* EPhysics: add BulletPhysics instructionsLeandro Dorileo2013-01-041-0/+37
| | | | | | | | Add BulletPhysics build and install instructions and re-enable ephysics. SVN revision: 82221
* efl: add --with-profile=debug, make dev faster.Gustavo Sverzut Barbieri2012-10-171-2/+3
| | | | | | | | | | | | seems the debug of threads and stringshare could cause major slowdowns, then add another profile to produce debug. Changes: * dev: unlimited log. * debug: same as dev with debug malloc, threads and stringshare. SVN revision: 78120
* efl: document --with-profile and --with-cryptoGustavo Sverzut Barbieri2012-10-111-0/+16
| | | | SVN revision: 77899