Skip to content

Easily install apps on Samsung Tizen TVs without messing with Tizen Studio.

License

Notifications You must be signed in to change notification settings

TheGithubJoshua/tizen-sideloader

Repository files navigation

Sideload apps on Samsung Tizen TVs without messing around with Tizen Studio.

Beautiful ImGui UI

How to Build

(Only tested on Linux, support of other Operating Systems is not guaranteed.)

Windows with Visual Studio's CLI

Install glfw and then run build_win32.bat

Linux and similar Unixes

Install glfw from your distro's package manager and then:

make

macOS

brew install glfw
make