Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jszczerbinsky authored Feb 18, 2024
1 parent 2607347 commit 5bf368c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ https://user-images.githubusercontent.com/38699473/220888934-09788a6b-873c-469b-

<details>
<summary>Linux</summary>

#### Installation steps


### Dependencies
- Install `SDL2` using Your package manager
- If You are using `Wayland`, You also must install `XWayland`

#### Installation steps
- Download `.tar.gz` package from [releases](https://github.com/jszczerbinsky/lwp/releases/latest)
- Extract the content to `/`:
```shell
Expand All @@ -40,8 +41,7 @@ https://user-images.githubusercontent.com/38699473/220888934-09788a6b-873c-469b-
- To make Layered WallPaper run on startup, add `lwp &` command to Your desktop enviroment `.rc` file

#### Build from source instead
- Install `SDL2` using Your package manager. On some distributions `SDL2` doesn't contain development files, so it may be also necessary to install development version of `SDL2`
- If You are using `Wayland`, You also must install `XWayland`
- In some distributions `SDL2` doesn't contain development files, so it may be also necessary to install development version of `SDL2`
- Install `CMake`
- Clone the repository and prepare a `build` directory:

Expand Down Expand Up @@ -69,6 +69,9 @@ https://user-images.githubusercontent.com/38699473/220888934-09788a6b-873c-469b-

<details>
<summary>macOS</summary>

### Dependencies
Install the dependencies (homebrew: `brew install sdl2 gtk+3 libconfig`)

#### Installation steps
- Download and run the installer from [releases](https://github.com/jszczerbinsky/lwp/releases/latest)
Expand All @@ -77,7 +80,6 @@ https://user-images.githubusercontent.com/38699473/220888934-09788a6b-873c-469b-
- To stop running Layered WallPaper on startup, run it again

#### Build from source instead
- Install `SDL2` (homebrew: `brew install sdl2`)
- To build this project, You need to install `cmake` (homebrew: `brew install cmake`)
- Clone the repository:
```zsh
Expand Down Expand Up @@ -269,4 +271,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.

0 comments on commit 5bf368c

Please sign in to comment.