ValoresInstantaneos is a simple application that aims to provide graphical representations of electric magnitudes various forms, namely: time-domain sinusoids, phasor diagram, Lissajous curve and instantaneous power.
wget https://github.com/lusabar/ValoresInstantaneos/releases/download/v1.0.0/ValoresInstantaneos-1.0.0-x86_64-ArchLinux.tar.gz
tar xfz ValoresInstantaneos-1.0.0-x86_64-ArchLinux.tar.gz
cd ValoresInstantaneos
makepkg -si
wget https://github.com/lusabar/ValoresInstantaneos/releases/download/v1.0.0/ValoresInstantaneos-1.0.0-amd64-DebianLinux.deb
sudo dpkg -i ValoresInstantaneos-1.0.0-amd64-DebianLinux.deb
sudo apt -f install
Download and execute the installer or unzip the avaliable .zip portable file and execute the program.
Clone this repository
git clone https://github.com/lusabar/ValoresInstantaneos
cd ValoresInstantaneos
Make a build directory and change into it
mkdir build
cd build
Run cmake
cmake ..
Run make
make