More actions
(Created page with "{{Infobox 3DS homebrew | title = NTRViewer | image = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer.jpeg|250px | type = Utilities | version = | licence = Mixed | author = 44...") |
No edit summary |
||
Line 7: | Line 7: | ||
| author = 44670 | | author = 44670 | ||
| website = https://github.com/44670/NTRViewer | | website = https://github.com/44670/NTRViewer | ||
| source = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer-master.zip | | source = https://dlhb.gamebrew.org/3dshomebrew/NTRViewer-master.zip | ||
}} | }} | ||
<youtube>Mddw2jencVI</youtube> | <youtube>Mddw2jencVI</youtube> | ||
Sources Only! | '''Sources Only!''' | ||
= NTRViewer = | = NTRViewer = | ||
PC Viewer for NTR CFW's streaming feature | PC Viewer for NTR CFW's streaming feature | ||
= Dependencies = | == Dependencies == | ||
SDL2: [https://www.libsdl.org/download-2.0.php https://www.libsdl.org/download-2.0.php] libjpeg-turbo: [http://libjpeg-turbo.virtualgl.org/ http://libjpeg-turbo.virtualgl.org/] ffmpeg(libswscale): [http://ffmpeg.org/ http://ffmpeg.org/] | SDL2: [https://www.libsdl.org/download-2.0.php https://www.libsdl.org/download-2.0.php] libjpeg-turbo: [http://libjpeg-turbo.virtualgl.org/ http://libjpeg-turbo.virtualgl.org/] ffmpeg(libswscale): [http://ffmpeg.org/ http://ffmpeg.org/] | ||
= License = | == License == | ||
GPLv3 | GPLv3 | ||
= Build Guide = | == 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. | 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. |
Revision as of 11:30, 20 April 2020
Sources Only!
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.