Skip to content

Commit 638acb3

Browse files
authored
Update README.md
1 parent 7094d34 commit 638acb3

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,30 @@ Video: [How to Run Sims 1 Legacy Hacks](https://www.youtube.com/watch?v=SLDmUN7y
4646
3. ```git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks```
4747
4. Open Sims1LegacyHacks.sln with Visual Studio or Rider
4848

49-
## Build from Source
49+
## Build from Source (NativeAOT)
5050

51+
Download [Git](https://git-scm.com/downloads/win)
5152
Download [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
53+
Download [Visual Studio](https://visualstudio.microsoft.com/vs/community/)
54+
- (Workload) Desktop development with c++
55+
56+
```bash
57+
git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
58+
cd Sims1LegacyCollectionHacks
59+
dotnet publish -c Release Sims1LegacyHacks/Sims1LegacyHacks.csproj -o bin
60+
```
61+
62+
Sims1LegacyCollectionHacks.exe is located in the bin folder.
63+
64+
## Build from Source (.NET IL)
65+
66+
Download [Git](https://git-scm.com/downloads/win)
67+
Download [.NET 9 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
68+
5269
```bash
5370
git clone https://github.com/FaithBeam/Sims1LegacyCollectionHacks
5471
cd Sims1LegacyCollectionHacks
55-
dotnet publish -c Release Sims1LegacyCollectionHacks/Sims1LegacyCollectionHacks.csproj -o bin
72+
dotnet build -c Release Sims1LegacyHacks/Sims1LegacyHacks.csproj -o bin
5673
```
5774

5875
Sims1LegacyCollectionHacks.exe is located in the bin folder.

0 commit comments

Comments
 (0)