Skip to content

Commit

Permalink
docs: simplify build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Pentalimbed authored Sep 12, 2023
1 parent 5622ccf commit 18050f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
File renamed without changes.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18050f4

Please sign in to comment.