Skip to content

Commit

Permalink
docs(readme): add rendering dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
isantop committed Aug 8, 2022
1 parent 7c04c92 commit c6c662f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,19 @@ Multiple contexts can be combined to render/clean multiple context in one pass,
##### Rendering Dependencies
The following packages are required to render all of the files within the theme:
```
list
python # Running main, full-color, and cursor render scripts
ruby # Running symbolic icons render script
bash # Running symlink script
inkscape # Renders source files to output
python3-pil # Renders cursors
x11-apps # Rendering cursors
```

Additionally, the following are optional, but will improve the output of the rendering:
```
list
scour # Cleaning up unused definitions from full-color/symbolic SVGs
svgo # Optimizing full-color and symbolic SVGs
symlinks # Remove empty symlinks
```


Expand Down

0 comments on commit c6c662f

Please sign in to comment.