advancedfx / nSkinz

namazso's nSkinz modded for GOTV
MIT License
88 stars 21 forks source link

Question/Request: Add Instructions for compiling #52

Closed mrjshzk closed 1 year ago

mrjshzk commented 1 year ago

I have tried compiling under VSS2022 but I don't think my compiled build works. Also, the directx sdk mentioned in the readme is from 2010?

dtugend commented 1 year ago

The DirectX SDK is part of the Windows SDK nowadays, which is installed as part of the VS 2022 C++ Desktop development workload I think.

Readme is partially outdated sorry.

dtugend commented 1 year ago

Additionally the readme still says: git clone --recursive https://github.com/advancedfx/nSkinz.git

This is not correct anymore nowadays, it needs to be instead: git clone --recurse-submodules https://github.com/advancedfx/nSkinz.git

Otherwise you will be missing dependencies that are in sub-modules.

mrjshzk commented 1 year ago

Thanks, just proposed a PR

dtugend commented 1 year ago

Thanks. Does this solve this solve this issue?

mrjshzk commented 1 year ago

Yeah, I was missing dependencies