erickjordan / perl6-Parse-STDF

Artistic License 2.0
0 stars 0 forks source link

Module installs properly, but would you like a PR for build instructions? #1

Closed Xliff closed 6 years ago

Xliff commented 6 years ago

Here are the commands I used:

wget -o libstdf.-0.4.tar.bz2 https://sourceforge.net/projects/freestdf/files/libstdf/libstdf-0.4.tar.bz2/download
tar jzvf libstdf-00.4.tar.bz2
autoconf
./configure --prefix=/usr/local
make install
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
zef install Parse::STDF

Please let me know!

erickjordan commented 6 years ago

See INSTALLATION section under README, has steps how to build libstdf and install Parse::STDF