summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* 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
* cleaning up the base of efl tree moving files to subdirsCarsten Haitzler2012-09-271-0/+20
| | | | SVN revision: 77106
* merge: add infra for evilVincent Torri2012-09-111-0/+0
SVN revision: 76463