Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx authored Jul 22, 2024
1 parent 618f946 commit d7d73f5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<open "picasso.sln" with visual studio>
build_windows.bat
cd proj
<open "picasso.sln" with visual studio>
```
#### macosx:
```
1. Install cmake above v3.16 on your system
2. Build project
./build_macosx.sh
cd proj
<open "picasso.xcodeproj" with Xcode>
./build_macosx.sh
cd proj
<open "picasso.xcodeproj" with Xcode>
```

## **Documents**
Expand Down

0 comments on commit d7d73f5

Please sign in to comment.