From 731db08f6abfe3e4a60e4bf76ca5f060a0249dcb Mon Sep 17 00:00:00 2001 From: dacheng Date: Mon, 9 Jun 2025 13:44:58 +0800 Subject: [PATCH] README: Update the build dependencies by adding autopoint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68736bd..7a32a2e 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ may need to be modified to provide shader names to the runtime. Install build dependencies: ``` -sudo apt install libelf-dev g++-12 llvm clang python3-mako cmake libzstd-dev +sudo apt install libelf-dev g++-12 llvm clang python3-mako cmake libzstd-dev autopoint ``` Clone repo and build: