Skip to content

Commit 7094d34

Browse files
committed
Add instructions for building from source
1 parent 42b5f8a commit 7094d34

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,15 @@ Video: [How to Run Sims 1 Legacy Hacks](https://www.youtube.com/watch?v=SLDmUN7y
4444
1. Download [Visual Studio](https://visualstudio.microsoft.com/vs/community/) or [Jetbrains Rider](https://www.jetbrains.com/rider/)
4545
2. Download [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) if it does not get installed from Visual Studio or Rider
4646
3. ```git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks```
47-
4. Open Sims1LegacyHacks.sln with Visual Studio or Rider
47+
4. Open Sims1LegacyHacks.sln with Visual Studio or Rider
48+
49+
## Build from Source
50+
51+
Download [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
52+
```bash
53+
git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
54+
cd Sims1LegacyCollectionHacks
55+
dotnet publish -c Release Sims1LegacyCollectionHacks/Sims1LegacyCollectionHacks.csproj -o bin
56+
```
57+
58+
Sims1LegacyCollectionHacks.exe is located in the bin folder.

0 commit comments

Comments
 (0)