1.2 Installation with Makefile.pre.in

  1. If you are using a different Python version than 1.6, you may wish to replace the Makefile.pre.in that comes with this module with /usr/local/lib/python<your-version-here>/config/Makefile.pre.in

  2. Type
    
            make -f Makefile.pre.in boot
    

    If you have done this before, you may wish to remove Makefile and Setup first to make sure they get created from scratch. See the documentation in Makefile.pre.in for more documentation.

    
            make
    

  3. Include the current directory in your LD_LIBRARY_PATH so the system finds the newly built shared library. That is, type something like
    
            LD_LIBRARY_PATH=/home/joe/Sablot-0.33/python:$LD_LIBRARY_PATH
            export LD_LIBRARY_PATH
    
    where /home/joe/Sablot-0.44 stands for your Sablotron installation directory.


Send comments to guenter@ubka.uni-karlsruhe.de.