
	1linux Ȱװ gcc 
	2װ sudo apt-get install libudev-dev
	
	3libmsr600.soӦ/usr/libĿ¼

вԣ
	Ϻ

	#ɶӦ
	
gcc testibtn.cpp -L. -libtn -o test

gcc testmsr.cpp -L. -lmsr600 -ludev -o testmsr
	
	./testmsr
	豸ӺԿ
	
	
//centos
yum -y install gcc
yum -y install gcc-c++
yum provides */libudev.so

usr/lib Ŀ¼£
ln -s /usr/lib64/libudev.so.1.6.2 libudev.so  

libmsr600.so  /usr/lib64/

#ı

