Skip to content

georgboe/NTRViewer

Repository files navigation

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

dnf install SDL-devel turbojpeg-devel ffmpeg-devel

(or other equivalent methods to get these libraries installed)

cmake CMakeLists.txt

make

Windows:

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published