From 16f364e971ab3d1764947fc7591acd91bed6f842 Mon Sep 17 00:00:00 2001 From: Pentalimbed Date: Tue, 12 Sep 2023 17:04:50 +0800 Subject: [PATCH] Simpler build commands --- Build Release.bat => BuildRelease.bat | 0 README.md | 11 +++-------- 2 files changed, 3 insertions(+), 8 deletions(-) rename Build Release.bat => BuildRelease.bat (100%) diff --git a/Build Release.bat b/BuildRelease.bat similarity index 100% rename from Build Release.bat rename to BuildRelease.bat diff --git a/README.md b/README.md index 57a98f321..a4171d417 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,13 @@ SKSE core plugin for community-driven advanced graphics modifications. - Run `cmake` - Close the cmd window -## Building +## Clone and Build Open terminal (e.g., PowerShell) and run the following commands: ``` -git clone https://github.com/doodlum/skyrim-community-shaders.git +git clone https://github.com/doodlum/skyrim-community-shaders.git --recursive cd skyrim-community-shaders -# pull commonlib /extern to override the path settings -git submodule update --init --recursive -#configure cmake -cmake -S . --preset=ALL -#build dll -cmake --build build --config Release +.\BuildRelease.bat ``` ## License