caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANNOUNCE] llpp v3
@ 2010-08-25  3:42 malc
  2010-08-25 12:31 ` [Caml-list] " David MENTRE
  2010-08-26 20:10 ` Florent Monnier
  0 siblings, 2 replies; 7+ messages in thread
From: malc @ 2010-08-25  3:42 UTC (permalink / raw)
  To: caml-list

Hello,

New version of llpp is available at [1] new features include:

* Outline (aka Table of contents) mode
  (including quick search and narrowing)
* Bookmarks
* Link highlighting
* Windows and Mac OS X "support"
* Some important bugs were fixed upstream in MuPDF[2]
* Added helper script which tries to fetch MuPDF, lbig2dec, openjpeg
  and LablGL build them locally and then build llpp against that

llpp has so far been built and ran on:

Linux (ppc32,ppc64,x86_64,i386)
Windows XP (i386)
Windows Vista (amd64)
Mac OS X (Tiger on ppc32, (some) Leopard x86_64)

Building on Windows is not pleasant but definitely doable.

[1] http://repo.or.cz/w/llpp.git
[2] http://mupdf.com/

-- 
mailto:av1474@comtv.ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v3
  2010-08-25  3:42 [ANNOUNCE] llpp v3 malc
@ 2010-08-25 12:31 ` David MENTRE
  2010-08-25 19:22   ` malc
  2010-08-25 19:31   ` Florent Monnier
  2010-08-26 20:10 ` Florent Monnier
  1 sibling, 2 replies; 7+ messages in thread
From: David MENTRE @ 2010-08-25 12:31 UTC (permalink / raw)
  To: malc; +Cc: caml-list

Hello,

2010/8/25 malc <av1474@comtv.ru>:
> New version of llpp is available at [1] new features include:

What is llpp?

Yours,
david


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v3
  2010-08-25 12:31 ` [Caml-list] " David MENTRE
@ 2010-08-25 19:22   ` malc
  2010-08-25 19:31   ` Florent Monnier
  1 sibling, 0 replies; 7+ messages in thread
From: malc @ 2010-08-25 19:22 UTC (permalink / raw)
  To: David MENTRE; +Cc: caml-list

On Wed, 25 Aug 2010, David MENTRE wrote:

> Hello,
> 
> 2010/8/25 malc <av1474@comtv.ru>:
> > New version of llpp is available at [1] new features include:
> 
> What is llpp?

http://www.mail-archive.com/caml-list@yquem.inria.fr/msg06725.html


-- 
mailto:av1474@comtv.ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v3
  2010-08-25 12:31 ` [Caml-list] " David MENTRE
  2010-08-25 19:22   ` malc
@ 2010-08-25 19:31   ` Florent Monnier
  2010-08-25 19:38     ` malc
  1 sibling, 1 reply; 7+ messages in thread
From: Florent Monnier @ 2010-08-25 19:31 UTC (permalink / raw)
  To: caml-list

Le mercredi 25 août 2010 14:31:24, David MENTRE a écrit :
> Hello,
> 
> 2010/8/25 malc <av1474@comtv.ru>:
> > New version of llpp is available at [1] new features include:
> What is llpp?

I did not know too, so I've followed the links searching for a README

it seems that llpp is a console frontend for mupdf,
mupdf being a backend written in C to read pdf,
so llpp seems to display pdf in a way similar to less.

I have not found any screenshot, I don't know what images become.

-- 
Regards
Florent


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v3
  2010-08-25 19:31   ` Florent Monnier
@ 2010-08-25 19:38     ` malc
  0 siblings, 0 replies; 7+ messages in thread
From: malc @ 2010-08-25 19:38 UTC (permalink / raw)
  To: Florent Monnier; +Cc: caml-list

On Wed, 25 Aug 2010, Florent Monnier wrote:

> Le mercredi 25 ao?t 2010 14:31:24, David MENTRE a ?crit :
> > Hello,
> > 
> > 2010/8/25 malc <av1474@comtv.ru>:
> > > New version of llpp is available at [1] new features include:
> > What is llpp?
> 
> I did not know too, so I've followed the links searching for a README
> 
> it seems that llpp is a console frontend for mupdf,

Not quite, it's a graphical frontend.

> mupdf being a backend written in C to read pdf,
> so llpp seems to display pdf in a way similar to less.
> 
> I have not found any screenshot, I don't know what images become.
> 
> 

-- 
mailto:av1474@comtv.ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v3
  2010-08-25  3:42 [ANNOUNCE] llpp v3 malc
  2010-08-25 12:31 ` [Caml-list] " David MENTRE
@ 2010-08-26 20:10 ` Florent Monnier
  2010-08-26 21:25   ` malc
  1 sibling, 1 reply; 7+ messages in thread
From: Florent Monnier @ 2010-08-26 20:10 UTC (permalink / raw)
  To: caml-list

Le mercredi 25 août 2010 05:42:27, malc a écrit :
> Hello,
> 
> New version of llpp is available at [1] new features include:
> 
> * Outline (aka Table of contents) mode
>   (including quick search and narrowing)
> * Bookmarks
> * Link highlighting
> * Windows and Mac OS X "support"
> * Some important bugs were fixed upstream in MuPDF[2]
> * Added helper script which tries to fetch MuPDF, lbig2dec, openjpeg
>   and LablGL build them locally and then build llpp against that
> 
> llpp has so far been built and ran on:
> 
> Linux (ppc32,ppc64,x86_64,i386)
> Windows XP (i386)
> Windows Vista (amd64)
> Mac OS X (Tiger on ppc32, (some) Leopard x86_64)
> 
> Building on Windows is not pleasant but definitely doable.
> 
> [1] http://repo.or.cz/w/llpp.git
> [2] http://mupdf.com/

it doesn't seem to work:

./llpp doc.pdf
GLUT: Fatal Error in llpp: visual with necessary capabilities not found.

-- 
Regards
Florent


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [Caml-list] [ANNOUNCE] llpp v3
  2010-08-26 20:10 ` Florent Monnier
@ 2010-08-26 21:25   ` malc
  0 siblings, 0 replies; 7+ messages in thread
From: malc @ 2010-08-26 21:25 UTC (permalink / raw)
  To: Florent Monnier; +Cc: caml-list

On Thu, 26 Aug 2010, Florent Monnier wrote:

> Le mercredi 25 ao?t 2010 05:42:27, malc a ?crit :
> > Hello,
> > 
> > New version of llpp is available at [1] new features include:
> > 
> > * Outline (aka Table of contents) mode
> >   (including quick search and narrowing)
> > * Bookmarks
> > * Link highlighting
> > * Windows and Mac OS X "support"
> > * Some important bugs were fixed upstream in MuPDF[2]
> > * Added helper script which tries to fetch MuPDF, lbig2dec, openjpeg
> >   and LablGL build them locally and then build llpp against that
> > 
> > llpp has so far been built and ran on:
> > 
> > Linux (ppc32,ppc64,x86_64,i386)
> > Windows XP (i386)
> > Windows Vista (amd64)
> > Mac OS X (Tiger on ppc32, (some) Leopard x86_64)
> > 
> > Building on Windows is not pleasant but definitely doable.
> > 
> > [1] http://repo.or.cz/w/llpp.git
> > [2] http://mupdf.com/
> 
> it doesn't seem to work:
> 
> ./llpp doc.pdf
> GLUT: Fatal Error in llpp: visual with necessary capabilities not found.
 
Does any of the lablgl examples work on that machine?

-- 
mailto:av1474@comtv.ru


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-08-26 21:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-25  3:42 [ANNOUNCE] llpp v3 malc
2010-08-25 12:31 ` [Caml-list] " David MENTRE
2010-08-25 19:22   ` malc
2010-08-25 19:31   ` Florent Monnier
2010-08-25 19:38     ` malc
2010-08-26 20:10 ` Florent Monnier
2010-08-26 21:25   ` malc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).