Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The readme dives right into using GCCBuild without giving any information on how to build and install it. #3

Closed
BenKey opened this issue Feb 1, 2019 · 4 comments

Comments

@BenKey
Copy link

BenKey commented Feb 1, 2019

The readme dives right into using GCCBuild without giving any information on how to build and install it. This makes it unnecessarily difficult for someone who is unfamiliar with these steps to use the project.

Please provide these missing details.

@roozbehid
Copy link
Owner

Well I had a feeling that it was clear....but if you think there are missing steps. I will try to elaborate more.
The thing is as this project is deployed to nuget.org, theoretically, there is no need to build or do anything with this source. You can just go ahead and use it. Thats why maybe it felt confusing. No need for installation or building or anything.

But if you want to make modifications or contributions then you have to clone, build and install it

@BenKey
Copy link
Author

BenKey commented Feb 1, 2019 via email

@roozbehid
Copy link
Owner

As it was outlined in the readme
dotnet new -i GCC.Build.Template
Will install the template for dotnet. (Assumption is you already installed dotnet SDK for your system)
then
dotnet new gccbuild will transform your current .vcxproj into using GCCBuild.

@BenKey
Copy link
Author

BenKey commented Feb 5, 2019

After reading the documentation for the dotnet new command, I now understand. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants