No description
Stephen Seo
be43cd03c5
Use temporary structs instead of tuples. Enforce max line width of 80 characters. Fix warning related to ECTest.cpp . Note that currently this commit appears to be unable to be built by GCC, but compiles OK with Clang. |
||
---|---|---|
src | ||
.gitignore | ||
AttributionNotice | ||
Doxyfile | ||
LICENSE | ||
README.md |
Compiling
Create a build directory.
mkdir build
Generate makefile with CMake.
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=True ../src
Build the project.
make
Optionally install the project to where you want to.
make DESTDIR=install_here install