Thanks to visit codestin.com
Credit goes to github.com

Skip to content

F0903/fjarsyn

Repository files navigation

Fjarsyn

A work-in-progress screen sharing app.

Building

To build the project, you first need to follow the sections below:

Setting Up FFmpeg Build Dependencies

To setup FFmpeg build dependencies, follow the platform-specific instructions below:

Windows

To set up the build dependencies for FFmpeg (ffmpeg-next static linking with MSVC buildchain) on Windows, follow these steps:

  1. Install LLVM with winget: winget install --id LLVM.LLVM
  2. Make sure you have vcpkg installed. (instructions for the bash shell)
  3. Install FFmpeg for static linking through vcpkg: vcpkg install ffmpeg[core,gpl,x264,nvcodec,amf,qsv,swscale,swresample,avdevice] --triplet x64-windows-static-md --recurse
  4. The project should now be able to build.

macOS / Linux

Refer to the official guide.

When everything is setup up, you should be able to build the project simply by running cargo build.

About

A work-in-progress screen sharing app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages