Rough attempts to build stuff from scratch
Find a file
2022-11-10 09:06:02 +00:00
apps Support minimal dependency linux build. 2022-11-10 09:06:02 +00:00
src Support minimal dependency linux build. 2022-11-10 09:06:02 +00:00
test Support minimal dependency linux build. 2022-11-10 09:06:02 +00:00
.gitignore Start adding config reader 2022-10-09 17:39:46 +01:00
CMakeLists.txt Fixing up Windows build. 2021-09-26 21:42:35 +01:00
LICENSE License and name update. 2020-06-07 18:37:30 +01:00
README.md Support minimal dependency linux build. 2022-11-10 09:06:02 +00:00

MediaTool

This is a collection of tools and apps for working with various media (Web, Desktop Publishing, Video/Audio) on different platforms (Linux, Windows).

It tries to have low dependencies and lots of things are built from scratch.

This is a personal/hobby project - things will break/change a lot.

Build Dependencies

Linux

Minimal

sudo apt-get install build-essential cmake

Optional

Audio

sudo apt-get install libasound2-dev

Image Formats

sudo apt-get install libpng-dev

Build from Source

Linux

mkdir build
cd build
cmake $PATH_TO_SOURCE
make
apps/$NAME_OF_APP