This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Installation instructions for io_libs 1.12.4 ====== ===== Additional libraries ===== No additional library is necessary. ===== Procedure ===== To install io_libs from its source code, you simply need to follow this recipe: * The archive with the source code is downloaded from the web site and decompressed in ''/home/bioubuntu'': <code bash> % tar -zxvf io_lib-1.12.4.tar.gz </code> * The newly created folder is moved in ''/opt/bio/sources''. Yo uneed to make suer that it belongs to ''root'' and that its permissions are set to ''755'': <code bash> % sudo mv io_lib-1.12.4 /opt/bio/sources % sudo chown -R root:root /opt/bio/sources/io_lib-1.12.4 % sudo chmod 755 /opt/bio/sources/io_lib-1.12.4 </code> * Once you are in the folder, compilation is easily accomplished: <code bash> % cd /opt/bio/sources/io_lib-1.12.4 % sudo make && sudo make install </code>