Guest User

Untitled

a guest
Oct 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. ompiling wxCam sources:
  2. -) Make sure you have wxWidgets installed on your distribution.
  3. (Ubuntu names: libwxgtk2.8 and libwxgtk2.8-dev)
  4. -) Make sure you have libxvidcore4 and libxvidcore4-dev
  5. -) Make sure you have libv4l-dev
  6. -) NEW: Make sure you have CImg library (cimg-dev). For wxcam versions >= 1.0.5, use at least cimg version 1.33. For older version, use CImg 1.2.
  7. -) NEW: Make sure you have mjpegtools (libmjpegtools-dev)
  8. -) NEW: Make sure you have alsa developement (libasound2-dev)
  9. -) You may also require: libgtk2.0-0 libgtk2.0-dev libglade2-dev
  10. -) Note for 64 bit systems: If you encounter the error "int_64 was already declared in this scope" in file mjpeg_types.h, this is a bug of mjpeg library. To overcome this bug, simply comment row 40 of your mjpeg_types.h file (ubuntu puts it in /usr/include/mjpegtools/mjpeg_types.h).
Add Comment
Please, Sign In to add comment