Closed Xliff closed 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!
See INSTALLATION section under README, has steps how to build libstdf and install Parse::STDF
Here are the commands I used:
Please let me know!