Installing the package from ppa:gias-kay-lee/coffeescript does not work on 11.4.
The npm route (option 2 on opiniatedprogrammer.com) gets a working coffee.
Howerever setup.py would not call it.
I had to:
pushd src/calibre/ebooks/oeb/display
coffee -c cfi.coffee
cp cfi.js cp cfi.js ../../../../../resources/display/
popd
sudo python setup.py install
After that I could read books once more.
|