libmusclecard 2.0.0

    • Abnormal. Do not use (This ended up being a dead end for me.)
  • ./reconf to create configure
  • Make sure pkg-config --libs libpcsclite works.
  • /usr/local/etc/musclecard will have to be writable by the user doing the install.
  • PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr/local/depot/libmusclecard-2.0.0 --enable-muscledropdir=/usr/local/pcsc/services --enable-confdir=/usr/local/etc
  • make
  • If you have unresolves symbols log_msg and log_xxd:
    • Your libpcsclite does not export these symbols.
    • Update (libmusclecard) src/Makefile.in to include debuglog.c. (e.g. just duplicate most of the stuff for tokenfactory.c.)
  • If bundletool fails to compile, get rid of the struct dirent *currBundle in bundletool.c.
  • make install

libmusclecard 1.3.3

  • https://alioth.debian.org/projects/pcsclite/
  • Make sure pkg-config --libs libpcsclite works.
  • PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr/local/depot/libmusclecard-1.3.3 --enable-muscledropdir=/usr/local/pcsc/services --enable-confdir=/usr/local/etc
  • make
    make install

muscletool-2.1.0

muscleframework-1.1.5

CFlexPlugin

  • CFLAGS=-I/usr/local/include/PCSC ./configure
  • Installs to /usr/local/pcsc/services/slbCryptoflex.bundle

MCardPlugin

  • CFLAGS=-I/usr/local/include/PCSC ./configure
  • Installs to /usr/local/pcsc/services/mscMuscleCard.bundle

XCardII-0.9.9

  • moc is part of libqt3-devel
  • Update Makefile for MOC, DESTDIR, INC, LIBS.
  • make
  • {{make install}
  • xcard does recognize a token is plugged in even though it is not configured.

MuscleApps

  • Abnormal. Do not use (This ended up being a dead end for me.)
  • Make sure pkg-config --libs libmusclecard works.
  • PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --prefix=/usr/local/depot/muscletool-2.1.0 --enable-versioin2
  • No labels