Steven Samuel Plotkin, Associate Professor at UBC |
Home | Research | Publications | Prospective Students | Teaching | Contact | Physics | BioVEC | Fun |
When compiling on some Linux systems (e.g. Debian with kernel 3.16.0 or similar), please implement these changes:
install freeglut3-dev (2.8.1) and libdevil-dev (1.7.8) from the official repository
modify (as stated in the Tutorial document) /usr/include/IL/ilut.h
adding: #define ILUT_USE_OPENGL
- At the beginning of BioVEC.cpp, leave the following includes:
#include
#include
#include
#include
#include
//#include
//#include
#include
#include
#include
#include
//#include
//#include
#include
#include
#include
#include
//#include
- GCC (version 4.9.2) compile and build command:
gcc -Wall -lglut -lGL -lGLU -lILU -lIL -lILUT -lgsl -lgslcblas -lm -L/usr/lib64 -lstdc++ BioVEC.cpp -o BioVEC