From a2e5dbecdebf5e1a491cf4527ca4e3f1d1ec5a46 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Sat, 30 Jan 2021 17:57:07 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20Dependencies=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29ca4a2..0574a6d 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ sudo mv macOSBigSur /usr/share/icons/ ```bash brew install --cask xquartz -brew install libpng gcc +brew install libpng ``` ##### Debain/ubuntu @@ -216,9 +216,11 @@ sudo dnf install libx11-devel libxcursor-devel libpng-devel ## Build Dependencies +- [gcc](https://gcc.gnu.org/install/) +- [make](https://www.gnu.org/software/make/) - [nodejs](https://nodejs.org/en/) (<=12.x.x) - [yarn](https://classic.yarnpkg.com/en/docs/install/) -- [python](https://www.python.org/downloads/) (<=3.6) +- [python](https://www.python.org/downloads/) (<=3.8) - [pip3](https://pip.pypa.io/en/stable/installing/) ### Node Packages @@ -235,7 +237,7 @@ sudo dnf install libx11-devel libxcursor-devel libpng-devel ### ⚡ Auto Build (using GitHub Actions) -GitHub Actions is automatically runs on every `push`(on **main** and **dev** branches) and `pull request`(on **main** branch), You found theme resources in `artifact` section of **build**.GitHub **Actions** available inside [.github/workflows](https://github.com/ful1e5/apple_cursor/tree/main/.github/workflows) directory. +GitHub Actions is automatically runs on every `push`(on **main** and **dev** branches) and `pull request`(on **main** branch), You found theme resources in `artifact` section of **build**.GitHub **Actions** source is available inside [.github/workflows](https://github.com/ful1e5/apple_cursor/tree/main/.github/workflows) directory. ### Manual Build