edbrowse
edbrowse copied to clipboard
OSX High Sierra make tips
- Do not use tidy-html5 from brew or default. Clone from git. Don't forget to export TIDY_ROOT as the README file says!
- To compile duktape, see https://github.com/svaarala/duktape/issues/1828
- You'll receive a malloc.h not found from make. You can avoid that using CFLAGS+=-I/usr/include/malloc
This issue can probably be closed since it contains mostly obsolete advice:
- I had no problem building the latest stable edbrowse with the latest stable tidy installed by my package manager
- TIDY_ROOT was part of the edbrowse cmake build system which has been deleted
- edbrowse no longer uses duktape
- the malloc.h issue has been fixed in edbrowse