Yeraze / ytnef

Yeraze's TNEF Stream Reader - for winmail.dat files
GNU General Public License v2.0
32 stars 22 forks source link

No information on how to install libytnef #12

Closed swbuehler closed 7 years ago

swbuehler commented 9 years ago

There's no information on how to install libytnef, which is required to install ytnef. It just refers to the old SourceForge site.

I'm getting the following trying to make ytneflib:

steven@ubuntu:~/ytnef/ytneflib$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
./configure: line 3794: AC_PROG_LIBTOOL: command not found
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking whether byte ordering is bigendian... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memset... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.in'
chintan100 commented 9 years ago

Agree with this. There needs to be instructions for installation added to github README.md file.

szepeviktor commented 9 years ago

Here are 2 packages for Debian jessie: http://szepeviktor.github.io/debian/ Install libytnef from source: https://github.com/Yeraze/ytnef/blob/master/travis-build.sh#L4-L8 From package: http://packages.ubuntu.com/vivid/libytnef0 (v1.5)

szepeviktor commented 9 years ago

It is extremely easy to generate a package: checkinstall

Yeraze commented 7 years ago

Just pushed an update that consolidates everything into 1 package and install..

Can you try again?

Yeraze commented 7 years ago

Closing due to no response from reporter.