OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/trunk/rtos/ecos-2.0/packages/services/gfx/mw/v2_0/src/contrib/jpeg
    from Rev 27 to Rev 174
    Reverse comparison

Rev 27 → Rev 174

/README.txt
0,0 → 1,25
To enable jpeg support in nanogui:
 
- Download libjpeg source tarball at http://www.ijg.org
- Untar the tarball with tar -zxf <tarball>
 
In the jpeg directory, setup your compilation environment.
Here are the typical steps for linux:
 
- cp jconfig.doc jconfig.h
- cp makefile.ansi Makefile
- Open the Makefile and delete the jconfig.h: target
- Don't forget to setup the right cc tools if you cross-compile!
- type 'make'
 
In the config file:
 
- Enable the HAVE_JPEG_SUPPORT definition
- set the INCJPEG to the jpeg directory
- set the LIBJPEG to the jpeg directory
- compile the project
 
See demo3 if you want to see an example demo.
 
Martin Jolcoeur
martinj@visuaide.com

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.