-
Notifications
You must be signed in to change notification settings - Fork 22
Developer Setup
Tharun Birla edited this page Jun 13, 2026
·
1 revision
Welcome! If you are building, debugging, or contributing to LibreCuts, use these instructions.
The repository is modularly organized to separate high-level UI controls from intense binary processing:
-
/app: Holds main source code, build scripts, and resource layouts. -
/app/libs/ffmpeg-kit.aar: The core binary dependency handling multimedia rendering pipeline logic.
- Your preferred IDE (configured for the project environment)
- Build automation tools capable of compiling the localized
build.gradleconfigurations.
- Clone the repository:
git clone <repo-url> - Open the directory within your development environment.
- Let the package manager resolve internal dependencies linked in the Gradle environment.
- Ensure the
ffmpeg-kit.aararchive located in/libsis indexed correctly. - Compile and run the target debug environment.