Avenger Posted March 6, 2017 Posted March 6, 2017 How can i compile dnspy? i'm open it by VS2017 however i can't compile it and project have lots of error is it possible someone record video for about how can compile dnspy
0xNOP Posted March 6, 2017 Posted March 6, 2017 (edited) Don't just download the whole repository straight from GitHub, otherwise you might run into problems, instead I recommend using GitHub Desktop especially if you like GUI front-ends It does everything for you and it grabs all the sources you need even the satellite assemblies Give it a go and tell us how it went Edited March 6, 2017 by 0xNOP 3
mrexodia Posted March 6, 2017 Posted March 6, 2017 Install git, then clone the repository with the command git clone --recurse-submodules https://github.com/0xd4d/dnSpy 3
Avenger Posted March 7, 2017 Author Posted March 7, 2017 (edited) thanks but in this way we have error such as: error: unable to create file ICSharpCode.NRefactory.Tests/CSharp/CodeActions/ConvertIfStatementToConditionalTernaryExpressionActionTests.cs: Filename too long the system don't have permission for create file with long name Edited March 7, 2017 by Avenger
Nemo Posted March 8, 2017 Posted March 8, 2017 (edited) do what my exodia said except from maybe the root of the drive a.k.a c:\ or create a directory c:\code and run the command from there.. should be fine after that.. dont forget to change to directory you put it in and use git submodule update --recursive git pull git submodule update --recursive to get any needed submodules.. also use it to update to later commits... oops just read the command mr exodia typed it should already grab the submodules.. im so tired.. lol although you can use these commands to update Edited March 8, 2017 by Nemo 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now