Skip to content

Reneg973/EnergyMonitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how to build the Energy Monitor Qt application.

Install packages and clone the source code.

# sudo apt-get install qt4-default libqwt-dev
# git clone https://github.com/john1117/EnergyMonitor.git

Create a project file.

# qmake -project

Add below CONFIG line in the project file.

# vi EnergyMonitor.pro

######... ######CONFIG += qwt ######...

Make!

# qmake
# make -j8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%