bbradson / Performance-Fish

Performance Mod for RimWorld
Mozilla Public License 2.0
423 stars 34 forks source link

Fixing linux build and add build instruction. #54

Open Foxtr0t1337 opened 2 weeks ago

Foxtr0t1337 commented 2 weeks ago

So according to #49 this repo will fail to build on some linux machine. This is because in such env the ext .Props is not .props and only the latter is valid. Rename that file can fix the issue.

Also add build instruction.

Hot to build

If you have an IDE that can open .sln directly and build, use that IDE.

Or use dotnet command.

git clone https://github.com/bbradson/Performance-Fish.git
git clone https://github.com/bbradson/Fishery.git
cd Performance-Fish/Source/PerformanceFish
dotnet build PerformanceFish.sln