Skip to content

Commit

Permalink
Misc: Fix a typo in build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
IntriguingTiles committed Feb 14, 2023
1 parent 19d8da4 commit 30c09ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Open `HLFixes.sln` and build it. It should build with Visual Studio 2017 and up.
`git clone --recurse https://github.com/IntriguingTiles/HLFixes`
`cd Linux && mkdir build && cd build`

If you're going to make a build that is intented to run on machines other than your own, you should build within the [Steam Runtime SDK](https://gitlab.steamos.cloud/steamrt/scout/sdk/-/blob/steamrt/scout/README.md).
If you're going to make a build that is intended to run on machines other than your own, you should build within the [Steam Runtime SDK](https://gitlab.steamos.cloud/steamrt/scout/sdk/-/blob/steamrt/scout/README.md).

## With Steam Runtime (schroot)
`schroot --chroot steamrt_scout_i386 -- cmake -DCMAKE_CXX_COMPILER=g++-9 -DCMAKE_C_COMPILER=gcc-9 ..`
Expand Down

0 comments on commit 30c09ca

Please sign in to comment.