Skip to content

xBogas/ES-SACA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SACA-Sistema Automático de Classificação de Alvos

Dependencies

Examples

Installing QT

sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev

Compile and Run the code

  • Go to the repository where CMakeLists.txt is located
  • Type the command: sh cmake -Bbuild -H.
  • This will generate a build folder with the makefile inside
  • Go to build folder: cd build
  • Insert the command make -j2 to create the executable
  • Finally run the executable: ./NAME_OF_EXECUTABLE

Installing postgresql and libpqxx

  • In the lubuntu terminal run the following commands:
  • sudo apt-get install postgresql" to install postgresql
    sudo apt-get install libpqxx-dev
  • To install libpqxx, the c++ library for postgresql database connection.

Database management

//create database sudo apt update sudo apt install postgresql sudo service postgresql start createdb saca psql saca

//access database sudo su - postgres psql saca

//paste format once inside the database, paste the create_tables.sql content

//change password sudo su postgres psql saca \password postgres //change to "saca"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages