CMB / edbrowse

A command-line editor and web browser.
Other
345 stars 31 forks source link

Build and run edbrowse-js #11

Closed geoffmcl closed 9 years ago

geoffmcl commented 9 years ago

This is a set of changes to -

  1. find and link with MOZJS
  2. Build edbrowse-js
  3. Use pthread to replace fork
  4. Add a select_stdin windows replacement for using select()
  5. Add some additional headers

With all these in place I can now browse say jsrt, including getting the javascript timer...

geoffmcl commented 9 years ago

Oops, one thing I forgot was to run the sources through my space2tab utility so the new lines I added to the code, and the lines I modified will be all spaces... sorry...

Will try to remember that in future...