Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme: See the file 'INSTALL' for configure, build and install details. #294

Closed
ozett opened this issue May 12, 2015 · 5 comments
Closed
Assignees

Comments

@ozett
Copy link

ozett commented May 12, 2015

"See the file 'INSTALL' for configure, build and install details."...

but there is not any INSTALL....

and configure give me an error:

" ./configure
-bash: ./configure: Datei oder Verzeichnis nicht gefunden
root@raspberrypi:/usr/src/libnfc-master# mc
"

@smortex smortex self-assigned this May 13, 2015
@smortex
Copy link
Contributor

smortex commented May 13, 2015

I'll take it!

We are in the process of modernizing the nfc-tools project infrastructure, and with the switch to GitHub with the ability to have awesome markdown info in the repository, build instructions from http://nfc-tools.org/index.php?title=Libnfc#Development_version will eventually reach the root of the repository.

@neomilium
Copy link
Member

AFAICR, INSTALL file is generated by "autoreconf -is" command.

@ozett
Copy link
Author

ozett commented May 13, 2015

thanx, i will try. (if ./configure & make) only will do....

another thing, while i am trying to install: lot of websources have links to version 1.7.0 and 1.7.1
but you moved to github, but there are no version branches.
it is also difficult to find the right link to a version package.
i went from http://nfc-tools.org/index.php?title=Libnfc to bintray-repository, while here on github the master exists... better if it could it all in one place...? confusion for noobs like me...(and other)
thankx a lot...

@smortex
Copy link
Contributor

smortex commented May 13, 2015

On Wed, May 13, 2015 at 03:40:59AM -0700, ozett wrote:

another thing,
In the future, please open new issues in order to help us tracking each
problem more easily (1 problem per issue). Thanks!

while i am trying to install: lot of websources have links to version
1.7.0 and 1.7.1 but you moved to github, but there are no version
branches. it is also difficult to find the right link to a version
package. i went from http://nfc-tools.org/index.php?title=Libnfc to
bintray-repository, while here on github the master exists... better
if it could it all in one place...? confusion for noobs like me...(and
other) thankx a lot...

Good point, I attached the few tarballs I had on my personal mirror to
the tags:

  • libnfc-1.3.0.tar.gz
  • libnfc-1.3.2.tar.gz
  • libnfc-1.3.3.tar.gz
  • libnfc-1.4.0.tar.gz
  • libnfc-1.4.2.tar.gz
  • libnfc-1.7.1.tar.bz2

Unfortunately, I don't have any other tarball I can trust.

@ozett
Copy link
Author

ozett commented May 13, 2015

i had a brandnew "2015-02-16-raspbian-wheezy.img" image, naked.
apt-get update && apt-get install autoconf libtool libpcsclite-dev libusb-dev
downloaded the master-branch today,

autoreconf -is
./configure --prefix=/usr --sysconfdir=/etc
make
make install

sudo mkdir /etc/nfc/devices.d
sudo cp /contrib/libnfc/pn....sample /etc/nfc/devices.d/pn.....conf

sudo mkdir /etc/nfc
sudo cp libnfc.conf.sample /etc/nfc/libnfc.conf

...!!tadaahh!! it worked !

thanks a lot
( now i try nfc-eventd, and have issues here with the master branch, see: nfc-tools/nfc-eventd#2). i also have old packages of ver 0.1.7 and will try this. maybe you must upload these too...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants