🌈 Manual build docs

This commit is contained in:
ful1e5 2021-01-30 20:37:13 +05:30
parent d1a1d29a98
commit f44649e90e
2 changed files with 38 additions and 50 deletions

View file

@ -1,4 +1,4 @@
[b]macOS Big Sur[/b] Cursor Theme with [b]HiDPi[/b] Display support. This Cursor is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b].
[b]macOS Big Sur[/b] Cursor Theme with [b]HiDPI[/b] Display support. This Cursor is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b].
[i]Available Sizes[/i] [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b]
[i]Get latest build[/i] @[b][url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url][/b]

View file

@ -68,7 +68,7 @@
# Apple Cursor
Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)** Cursor Theme for `Windows` and `Linux` with _HiDPi Support_ 🎉.
Enjoy **[macOS Big Sur](https://www.apple.com/macos/big-sur-preview/)** Cursor Theme for `Windows` and `Linux` with _HiDPI Support_ 🎉.
<!-- Table Of Content -->
<details>
@ -95,11 +95,8 @@ Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)**
- [Build From Scratch](#build-from-scratch)
- [⚡ Auto Build (using GitHub Actions)](#-auto-build-using-github-actions)
- [Manual Build](#manual-build)
- [Build only `XCursor` theme](#build-only-xcursor-theme)
- [Build only `Windows` theme](#build-only-windows-theme)
- [Install Build Theme](#install-build-theme)
- [Linux](#linux)
- [Windows](#windows-1)
- [Build & Install only `XCursor` theme](#build--install-only-xcursor-theme)
- [Build & Install only `Windows` theme](#build--install-only-windows-theme)
- [Bugs](#bugs)
- [Getting Help](#getting-help)
- [Contributing](#contributing)
@ -244,38 +241,29 @@ GitHub Actions is automatically runs on every `push`(on **main** and **dev** bra
make
```
#### Build only `XCursor` theme
#### Build & Install only `XCursor` theme
```bash
make unix
make install
# OR
sudo make install # install as root
```
#### Build only `Windows` theme
#### Build & Install only `Windows` theme
```bash
make windows
```
### Install Build Theme
Built cursor themes are available inside `themes` directory.
> For double click installation, Check [this](#windows).
#### Linux
```bash
make install # install as local level
sudo make install # install as root level
```
#### Windows
1. unzip `macOSBigSur_Windows.zip` file
2. Open the `settings` app.
3. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`.
4. **Goto** the `pointers` tab.
5. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `macOSBigSur_Windows` folder.
6. Click "**save as**" and type in the desired name.
7. Click "**apply**" and "**ok**".
1. Open the `settings` app.
2. **Goto** `Devices` -> `Mouse` -> `Additional Mouse Options`.
3. **Goto** the `pointers` tab.
4. Replace each cursor in the currently applied cursor set with the corresponding cursor in the `macOSBigSur_Windows` folder.
5. Click "**save as**" and type in the desired name.
6. Click "**apply**" and "**ok**".
<!-- Bug Report -->