Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.
/ atfa Public archive

Ambiente para Testes de Filtros Adaptativos

Notifications You must be signed in to change notification settings

fofoni/atfa

Repository files navigation

Ambiente de Teste para Filtros Adaptativos

Projeto Final de Graduação

Para compilar:

[ pf/               ]$ cd build
[ pf/build/         ]$ ./config.sh
[ pf/build/         ]$ cd release
[ pf/build/release/ ]$ make

O executável será colocado no diretório build/release.

Para gerar um executável do Debug Build, basta substituir o cd release por cd debug. O novo diretório do executável será build/debug.