Centos7 安装redis 详细步骤访问不了github和windows系统下载

windows系统下载

https://hellowindows.cn/
VMware虚拟机安装Windows Server 2016 VL
https://blog.csdn.net/qq_37545849/article/details/134828341

VMware全屏时不显示上方命令栏的边缘
此时如果要返回,可以把鼠标移动至屏幕上方边缘短暂停留以呼出命令栏。或使用快捷键:Ctrl+Alt+Enter

git官网下载:https://git-scm.com/download/win
git国内下载源:https://npm.taobao.org/mirrors/git-for-windows/

下载 doxygen
https://blog.csdn.net/G_Caesar_/article/details/52231632
https://www.doxygen.nl/download.html
https://graphviz.org/download/
winpcap
https://www.winpcap.org/install/default.htm

cmake

https://cmake.org/files/v3.28/

【C++/Python】Windows用Swig实现C++调用Python

https://blog.csdn.net/weixin_44244190/article/details/133133281

swig

https://sourceforge.net/projects/swig/files/

Centos7 安装redis 详细步骤
访问不了github
Centos7 安装redis 详细步骤访问不了github和windows系统下载_第1张图片

centos7共享文件夹
https://blog.csdn.net/weixin_54626591/article/details/134875169

Centos 7默认gcc版本为4.8,有时需要更高版本的,这里以升级至8.3.1版本为例,分别执行下面三条命令即可,无需手动
【学习记录】centos7快速配置gcc-11版本

  315  mv /usr/bin/gcc /usr/bin/gcc-4.8.5
  316  ln -s /opt/rh/devtoolset-8/root/bin/gcc /usr/bin/gcc
  317  mv /usr/bin/g++ /usr/bin/g++-4.8.5
  318  ln -s /opt/rh/devtoolset-8/root/bin/g++ /usr/bin/g++
  319  gcc -v
  320  g++ -v

Centos7 安装redis 详细步骤访问不了github和windows系统下载_第2张图片
SET(CMAKE_CXX_FLAGS “${CMAKE_CXX_FLAGS} -std=c++0x”)
add_definitions(-std=c++11)

你可能感兴趣的:(linux)