emoji.wpf icon indicating copy to clipboard operation
emoji.wpf copied to clipboard

project cloning

Open james04gr opened this issue 3 years ago • 1 comments

Hello , im trying to clone your project in order to fix a few things for my project but my problem is that this is the very first time im trying something like this and i have a few errors that i cant understand.

image

i have .net sdk and .net sdk 4.8 installed.

any ideas?

james04gr avatar Feb 15 '22 15:02 james04gr

Hi, I’m really sorry for not getting back to you about this. Did you find a way to build? Here are a few pointers for you:

  • if you are using VS 2022, you need to also install VS 2019 in order to build .NET Framework 4.0 projects; it’s often hard to understand why Microsoft does things that way
  • after cloning the Git project, you also need to clone the submodules; either use the commandline (git submodule update --init --recursive) or refer to your Git client’s documentation on how to do this

samhocevar avatar Nov 17 '22 08:11 samhocevar