Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 553 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 553 Bytes

NTRViewer

PC Viewer for NTR CFW's streaming feature

Dependencies

SDL2: https://www.libsdl.org/download-2.0.php

libjpeg-turbo: http://libjpeg-turbo.virtualgl.org/

ffmpeg(libswscale): http://ffmpeg.org/

License

GPLv3

Build Guide

OSX:

brew install sdl jpeg-turbo ffmpeg

make CONF=OSX

Linux:

apt-get install libsdl1.2-dev libjpeg-turbo8-dev libswscale-dev

(or other equivalent methods to get these libraries installed)

make CONF=Release

Windows:

Follow the guide in ffmpeg directory, then build this project with Visual Studio 2013.