File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,4 +44,15 @@ Video: [How to Run Sims 1 Legacy Hacks](https://www.youtube.com/watch?v=SLDmUN7y
44441 . Download [ Visual Studio] ( https://visualstudio.microsoft.com/vs/community/ ) or [ Jetbrains Rider] ( https://www.jetbrains.com/rider/ )
45452 . 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
46463 . ``` 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.
You can’t perform that action at this time.
0 commit comments