logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

README.md (355B)


  1. To generate `sources.txt`, first run configure ffmpeg
  2. ../src/configure
  3. Then, generate `vars.txt` from config.asm
  4. awk '$3 ~ /^[01]$/ {print $2}' config.asm config_components.h >vars.txt
  5. Build `sources.txt` from vars.txt and ffmpeg's `Makefile`s
  6. make -f sources.mk >../sources.txt
  7. Finally, clean up what `./configure` left behind
  8. git clean -df .