From d7d73f5a2fb7c3901c94811538372af3a1ef8776 Mon Sep 17 00:00:00 2001 From: Zhang Ji Peng Date: Mon, 22 Jul 2024 13:45:07 +0800 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 986d1e9..40163a6 100644 --- a/README.md +++ b/README.md @@ -12,26 +12,30 @@ Picasso is a high quality vector graphic rendering library. It has high performa #### linux: ``` 1. Install cmake above v3.16 on your system + $ sudo apt install cmake + 2. Build project -./build_linux.sh -cd proj -make + ./build_linux.sh + cd proj + make ``` #### windows: ``` 1. Install cmake above v3.16 on your windows system and register path environment variables. + c:\> winget install --id Kitware.CMake -e + 2. Build project -./build_windows.bat -cd proj - + build_windows.bat + cd proj + ``` #### macosx: ``` 1. Install cmake above v3.16 on your system 2. Build project -./build_macosx.sh -cd proj - + ./build_macosx.sh + cd proj + ``` ## **Documents**