Skip to content

Commit

Permalink
#5778: README and Github Actions adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Oct 11, 2021
1 parent bfea10d commit 7276e75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

env:
# Path to the solution file relative to the root of the project.
SOLUTION_FILE_PATH: .\tools\msvc\DarkRadiant.sln
SOLUTION_FILE_PATH: .\DarkRadiant.sln
TESTS_FILE_PATH: .\install\Tests.exe
BUILD_CONFIGURATION: Release

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
sudo apt-get update
sudo apt-get install -yq gettext pkg-config zlib1g-dev libjpeg-dev libxml2-dev libsigc++-2.0-dev
sudo apt-get install -yq libgtest-dev libeigen3-dev libwxgtk3.0-gtk3-dev libpng-dev
sudo apt-get install -yq libftgl-dev libglew-dev libalut-dev libvorbis-dev python3-dev
sudo apt-get install -yq libftgl-dev libglew-dev libalut-dev libvorbis-dev python3-dev libgit2-dev
- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -26,9 +26,9 @@ When installing Studio please make sure to enable the "Desktop Development with

## Build

The main Visual C++ solution file is located in:
The main Visual C++ solution file is located in the root folder of this repository:

`tools/msvc/DarkRadiant.sln`
`DarkRadiant.sln`

Open this file with Visual Studio and start a build by right-clicking on the top-level
"Solution 'DarkRadiant'" item and choosing Build Solution. The `DarkRadiant.exe` file will be placed in the `install/` folder.
Expand Down

0 comments on commit 7276e75

Please sign in to comment.