From 51fed68fdc84351be04718b2eca6f3f4ba958f79 Mon Sep 17 00:00:00 2001 From: cappy4king Date: Sat, 15 Jul 2023 19:39:47 +0000 Subject: [PATCH] Update 'BUILD.md' --- BUILD.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 4360a156e..2ea42913a 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,5 +1,15 @@ +# Marsey instructions +Run the script: ./marsey/marsey_replacer.sh + +Then follow the build instructions for CBDT. + +Despite the instructions stating it would take about 3 minutes, it took about 30 minutes on my computer. Use this snippet to track progress: + +`echo "$(( 100 * $(ls build/compressed_pngs|wc -l) / $(ls build/quantized_pngs |wc -l) ))"'%'` # Build instructions +--- + Typically build the CBDT then the COLRv1 as COLRv1 copies some information from CBDT. ## CBDT @@ -34,4 +44,4 @@ python colrv1_postproc.py ## Emojicompat -TODO detailed instructions \ No newline at end of file +TODO detailed instructions