
    ePDFView Installation Instructions
    ==================================

    1) Get the tarball.
    2) Copy it to your home directory.
    3) Unpack it: 
    
        tar xvzf epdfview-<version>.tar.gz
        
    4) Change to the new directory:

        cd epdfview-<version>

    5) Run the build script. You can check its parameters using the
       configure option:

       mkdir build && cd build
       meson
       meson configure
       meson configure -Dprefix=/usr/local

    6) Make the application:
    
        ninja

    7) Make sure the application was built correctly (Optional. Needs
       CppUnit):

        ninja test

    8) Install it:

        ninja install

    9) Run the application:

        epdfview
