Skip to content
/ xtal Public

Collection of C++ tools used by ProPairs to process PDB files

License

Notifications You must be signed in to change notification settings

f-krull/xtal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xtal

Collection of C++ tools to process PDB files. See src/xtal* subfolders for specific notes.

compile:

git clone https://github.com/f-krull/xtal
cd xtal
make

compile whithout gcc-ar:

make GCC_AR=ar

compile on Raspberry Pi:

make raspi GCC_AR=ar

dependencies

  • g++ >= 4.5 (for -flto)
  • make
  • wget

About

Collection of C++ tools used by ProPairs to process PDB files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages