Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

lucassouzavieira/chemistry-nao2gto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chemistry-nao2gto

chemistry-nao2gto

Installation

  • Dependencies
    Run the script for install the project dependencies. You mush have Cmake installed to install project dependencies.
    ./script/dependencies.sh

  • Building

    • Debugging
      Run cmake -DCMAKE_BUILD_TYPE=Debug .
    • Release
      Run cmake -DCMAKE_BUILD_TYPE=Release .
  • Running