All Projects → rwgk → sginfo

rwgk / sginfo

Licence: other
SgInfo - Space Group Info

Programming Languages

c
50402 projects - #5 most used programming language
HTML
75241 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

SgInfo - Space Group Info

(c) 1994-96 Ralf W. Grosse-Kunstleve

Original SgInfo 1.01 from 1996. The only difference is the new open source license.

See also:

Build instructions

cd sginfo_1_01
clang -o sginfo sgclib.c sgfind.c sghkl.c sgio.c sgsi.c sginfo.c -lm

This also works with gcc instead of clang (and probably with any modern C compiler).

To "install", simply copy the sginfo executable to a directory on your command-line PATH.

You can use the following commands to build the sginfo shared library using CMake:

mkdir build
cd build
cmake ..
cmake --build .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].