Easy steps to install libcpuid package on Mac
Package Information:
Application Name – libcpuid
What is libcpuid – Not Available for libcpuid
Use of libcpuid – Small C library for x86 CPU detection and feature extraction
URL – https://github.com/anrieff/libcpuid
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install libcpuid using brew
brew install libcpuid

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

libcpuid is ready to use now!