Skip to content
Snippets Groups Projects
Commit c4c6905d authored by Michael Scharfenberg's avatar Michael Scharfenberg
Browse files

Delete not needed enviroment changes in install guide

parent 94c668f5
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,8 @@
- $ yes | pacman -S mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-protobuf mingw-w64-x86_64-gtest mingw-w64-x86_64-ccache mingw-w64-x86_64-doxygen mingw-w64-x86_64-graphviz mingw-w64-x86_64-qt5 git
- $ pacman -S mingw-w64-x86_64-python-pip
- close MSYS2 shell
3. - Add the following to you enviroment variables (Use "/" NOT "\")
- CC=C:/msys64/mingw64/bin/gcc
- CXX=C:/msys64/mingw64/bin/g++
4. Open MSYS2 MINGW64 Shell and execute the following commands. Reply with "yes" or "return" if necessary.
3. Open MSYS2 MINGW64 Shell and execute the following commands. Reply with "yes" or "return" if necessary.
- $ pip install pyodbc
- $ pip install conan
- $ conan profile new default --detect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment