episage / sharp-nfc

.NET wrapper for libnfc project
15 stars 13 forks source link

Support on ubuntu?and so file #7

Closed jordanmv1c closed 7 years ago

jordanmv1c commented 7 years ago

...

episage commented 7 years ago

Can i install the libnfc with apt_get install libnfc-dev Yes

And on the same way install the pcsc? Yes

How mono know where to looking this file?
Do i need to put it on the project folder?(where this file exist?)

You don't need to do that provided that you compile https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2 as in the README.md. I.e:

wget https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2
tar xvjf libnfc-1.7.0.tar.bz2

cd libnfc-1.7.0
./configure --prefix=/usr
make
make install
cd ..
episage commented 7 years ago

You must do:

wget https://libnfc.googlecode.com/files/libnfc-1.7.0.tar.bz2
tar xvjf libnfc-1.7.0.tar.bz2

cd libnfc-1.7.0
./configure --prefix=/usr
make
make install
cd ..

for C# code to see libnfc.so. Amen.

episage commented 7 years ago
  1. Please use proper English otherwise I will not read your messages. Your last message looks like rubbish.
  2. Tell me what you tried and where you are stuck