File: README

package info (click to toggle)
euslisp 9.27%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 55,344 kB
  • sloc: ansic: 41,162; lisp: 3,339; makefile: 256; sh: 208; asm: 138; python: 53
file content (10 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
JPEG for euslisp

1. make libjpeg.so and put it in /usr/local/lib
   The default Makefile of jpeg-6a is organized to just produce libjpeg.a.
   You must add -shared, -KPIC, -Kpic, -G, etc., depending on the machine
   architecture.
2. make jpegmemcd.so using the makefile or makefile.linux in this directory.
   This is an addition to the libjpeg.so that enables in-core compression/
   decompression.
3. Load eusjpeg.l from euslisp.