Skip to content

Releases: joshwalters/edcount

v1.2.0

22 Dec 08:05
Compare
Choose a tag to compare

How to install

Required software: make,gcc

curl -L -o edcount-1.2.0.tar.gz https://github.com/haroldfreeman/edcount/releases/download/v1.2.0/edcount-1.2.0.tar.gz
tar -xzvf edcount-1.2.0.tar.gz
cd edcount-1.2.0
./configure
make
make install

You might have to use sudo make install instead of make install.