32bit compilation instructions
Open
- Dominant language
- C#
- Stars
- 248
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Please add compilation instructions for 32bit
Readme in the [bit32](https://github.com/ascpixi/smolsharp/tree/bit32) branch hasn't been updated and
```
git checkout bit32
dotnet publish -c release -r win-x86
```
gives `error LNK2001: unresolved external symbol DotNetRuntimeDebugHeader`
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the README in the bit32 branch and reproduce `dotnet publish -c release -r win-x86`. Trace the reported `DotNetRuntimeDebugHeader` linker error far enough to verify the 32-bit build path, then document the working compilation instructions and any required workaround in the README.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100