From 5bf368c8b92d60ce173fc98a652fac9baf92a602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Szczerbi=C5=84ski?= <38699473+jszczerbinsky@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:58:59 +0000 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0869246..54b2e94 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,12 @@ https://user-images.githubusercontent.com/38699473/220888934-09788a6b-873c-469b-
Linux - - #### 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 @@ -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: @@ -69,6 +69,9 @@ https://user-images.githubusercontent.com/38699473/220888934-09788a6b-873c-469b-
macOS + + ### 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) @@ -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 @@ -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. \ No newline at end of file +SOFTWARE.