jcurl / RJCP.DLL.SerialPortStream

SerialPortStream is an independent implementation of System.IO.Ports.SerialPort and SerialStream for better reliability and maintainability. Default branch is 2.x and now has support for Mono with help of a C library.
Microsoft Public License
624 stars 197 forks source link

cmake error (cmake version 2.8.12.2) latest commit needs > 2.8.12.2 #81

Closed benmutlu closed 2 years ago

benmutlu commented 5 years ago

when trying to make latest commit gives cmake error "cmake error (cmake version 2.8.12.2)"

for install > 2.8.12 , follow;

sudo yum remove cmake -y wget https://cmake.org/files/v3.6/cmake-3.6.2.tar.gz tar -zxvf cmake-3.6.2.tar.gz cd cmake-3.6.2 sudo ./bootstrap --prefix=/usr/local sudo make sudo make install echo "PATH=/usr/local/bin:\$PATH:\$HOME/bin" >> ~/.bash_profile

jcurl commented 5 years ago

What distribution are you building with?

benmutlu commented 5 years ago

centos7 - 3.10.0-957.1.3.el7.x86_64

jcurl commented 2 years ago

Closing as I don't have time to investigate this.