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

add more information for winget (eg. path settings) #91

Closed

Conversation

r-otaka
Copy link
Contributor

@r-otaka r-otaka commented Apr 17, 2024

add information of GnuWin32.Gperf
add reg add command for winget

@@ -43,6 +43,11 @@ winget install --scope=machine --id Git.Git Kitware.CMake Ninja-build.Ninja Pyth

If `--scope=machine` isn't specified, Python is installed under your user profile directory.

If you failed to install or find `GnuWin32.Gperf`, you can install manually to execute installation executable file.
https://gnuwin32.sourceforge.net/packages/gperf.htm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I have no problem with installing GnuWin32.Gperf, it's unclear to me when we can remove this sentence.
And, I think it isn't helpful information installing manually if winget fails.

If you want to add a link to gperf, how about an idea of adding a link to line#12.

Install CMake, Perl, Python, Ruby, gperf, LLVM, and Ninja.

```
reg add HKEY_CLASSES_ROOT\.pl\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T"
reg add HKEY_CLASSES_ROOT\.cgi\Shell\ExecCGI\Command /ve /d "c:\xampp\perl\bin\perl.exe -T"
reg add HKEY_CLASSES_ROOT\.py\Shell\ExecCGI\Command /ve /d "c:\Python311\python.exe -X utf8"
```

An example using **Winget**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@r-otaka
Copy link
Contributor Author

r-otaka commented Apr 18, 2024

Okay, I will modify.

@khei4
Copy link
Contributor

khei4 commented Apr 25, 2024

#94 includes this change.

@fujii fujii closed this May 16, 2024
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

Successfully merging this pull request may close these issues.

None yet

3 participants