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

Update for the environment setup #197

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api_cpp/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Because GCC is not coded for the Windows operating system, a GCC port of MinGW-w
- Click variable called `Path` and click `Edit…`
- Click `New`
- Enter the path to the folder containing the binary you want on your `PATH` (e.g. `C:\Program Files (x86)\mingw-w64\i686-5.4.0-posix-dwarf-rt_v5-rev0\mingw32\bin`)

6. **NOTE**: If you face issues with starting the installer, download one of the available zip documents listed on https://sourceforge.net/projects/mingw-w64/files/, extract the compressed document and move its content to the C:\ drive directory then add the directory to the system's path
Copy link
Collaborator

Choose a reason for hiding this comment

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

What was the actual issue which prompted the addition of this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was not able to start the installer

<!-- omit in toc
<a id="markdown-windows-msvc-2017-compiler-for-" name="windows-msvc-2017-compiler-for-"></a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

If we're going to update this file, we might as well update the download links to the latest Visual Studio Build tools.

https://aka.ms/vs/17/release/vs_BuildTools.exe

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I only tested the GCC compiler. Would you like me to test Visual Studio Build tools and add a new section to describe the process?

### Windows MSVC 2017 Compiler (for)
Expand Down
2 changes: 1 addition & 1 deletion api_python/examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<a id="markdown-requested-basic-python--python-modules" name="requested-basic-python--python-modules"></a>
## Required Python version and module

- Python >= 3.5
- Python >= 3.5 & <=3.9
- pip

Refer to the main README for Python installation details: [parent readme](../../readme.md)
Expand Down