A Periodic Table library
Documentation on the GitHub Wiki
- Go to releases and install pTable_windows.zip
- Make sure you have CMake
- Install the source (either download repo or go to releases and download source)
- Unzip the zip and open a terminal in the directory with CMakeLists.txt
- Run CMake (If you want to build on windows make sure you use
cmake -DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=TRUE -DBUILD_SHARED_LIBS=TRUE
)
- Currently doesn't have much functionality... (more features are planned!)