Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 881 Bytes

File metadata and controls

56 lines (38 loc) · 881 Bytes

How to build and run

1. Verify requirements and dependecies

Tips on the ending sections

2. Build: Run Release_build.sh

sh Release_build.sh

3. Run: execute FF-SH on build folder

Optional: copy scripts/imgui.ini on build to enable our options

Mandatory: sudo required for correct nginx functioning

cd build
sudo ./FF-CH

Requirements

g++-12 and CMake

sudo apt install build-essential
sudo apt install cmake

ffmpeg

sudo apt install ffmpeg

nginx

sudo add-apt-repository universe
sudo apt install libnginx-mod-rtmp

Dependencies

OpenCV 4.8

opencv-github

Dear ImGui

imgui-github

GLFW and OPENGL

sudo apt install libglfw3 libglfw3-dev xorg-dev freeglut3-dev