Agenda

  • Discuss Glade tutorial.
  • Start a simple GUI in Glade for curie.

Tasks completed

Tasks in progress

  • PDF rendering using MuPDF library
    • Install MuPDF http://mupdf.com/downloads/
      mkdir build; cd build
      wget 'http://mupdf.com/downloads/mupdf-1.8-source.tar.gz'
      tar xvvzf mupdf-1.8-source.tar.gz
      cd mupdf-1.8-source
      make HAVE_GLFW=no
      make HAVE_GLFW=no install
      
    • Make a note of the OpenGL viewer flag at project-renard/p5-Alien-MuPDF/issues/3 .

Tasks remaining