Skip to content

Lachele/glylib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2014-09-11 BLFoley

This is a library designed to facilitate programming relevant to 
molecular data.

Please see http://glycam.org/glylib for detailed documentation.

Briefly:

Requires:  

    C compiler and/or C++ compiler
    make utilities
    GNU-compatible compilers are preferred

To build:

    cd lib
    make  # to make for C and C++

    - If you only want C:

        make justC

    - For only C++:

        make justCpp

To use:

    You need to make your compile aware of the inc and lib directories 
    and -lglylib or -lglylib++, depending on the compiler.  In most cases, 
    you will also need -lm.

For example:

    gcc mycode.c -L/path/to/glylib/lib -I/path/to/glylib/inc -lglylib -Wall -lm
      -or- 
    g++ mycode.c -L/path/to/glylib/lib -I/path/to/glylib/inc -lglylib++ -Wall -lm

For help: glycam@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.0%
  • C++ 15.9%
  • Makefile 0.1%