Code Monkey home page Code Monkey logo

io-compress-lzf's Introduction

                            IO-Compress-Lzf

                             Version 2.212

                            27 April 2024

        Copyright (c) 2005-2024 Paul Marquess. All rights reserved.
          This program is free software; you can redistribute it
           and/or modify it under the same terms as Perl itself.

DESCRIPTION
-----------

This module provides a Perl interface to allow reading and writing of
lzf files/buffers.

PREREQUISITES
-------------

Before you can build IO-Compress-Lzf you need to have the following
installed on your system:

    * Perl 5.006 or better.
    * Compress::LZF
    * IO::Compress::Base

BUILDING THE MODULE
-------------------

Assuming you have met all the prerequisites, the module can now be built
using this sequence of commands:

    perl Makefile.PL
    make
    make test

INSTALLATION
------------

To install IO-Compress-Lzf, run the command below:

    make install

TROUBLESHOOTING
---------------

SUPPORT
-------

General feedback/questions/bug reports should be sent to
https://github.com/pmqs/IO-Compress-Lzf/issues

FEEDBACK
--------

How to report a problem with IO-Compress-Lzf.

To help me help you, I need all of the following information:

 1. The Versions of everything relevant.
    This includes:

     a. The *complete* output from running this

            perl -V

        Do not edit the output in any way.
        Note, I want you to run "perl -V" and NOT "perl -v".

        If your perl does not understand the "-V" option it is too
        old. This module needs Perl version 5.004 or better.

     b. The version of IO-Compress-Lzf you have.
        If you have successfully installed IO-Compress-Lzf, this one-liner
        will tell you:

           perl -MIO::Compress::Lzf -e 'print qq[ver $IO::Compress::Lzf::VERSION\n]'

        If you are  running windows use this

           perl -MIO::Compress::Lzf -e "print qq[ver $IO::Compress::Lzf::VERSION\n]"

        If you haven't installed IO-Compress-Lzf then search IO::Compress::Lzf.pm
        for a line like this:

          $VERSION = "2.212" ;

 2. If you are having problems building IO-Compress-Lzf, send me a
    complete log of what happened. Start by unpacking the IO-Compress-Lzf
    module into a fresh directory and keep a log of all the steps, including
    the setting of configuration environment variables (if applicable).

        [edit config.in or set environment varialbes, if necessary]
        perl Makefile.PL
        make
        make test TEST_VERBOSE=1

Paul Marquess <[email protected]>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.