Skip to content

A process viewer for Linux (warn early development Alpha)

License

Notifications You must be signed in to change notification settings

iddekingej/procgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcGui - A linux process information viewer.
=============================================

Building
--------

Required:

compiler/make
	c++ (x++11)
	cmake
libs(+devel):
	libQt5Widgets.so.5
	libKF5CoreAddons.so.5
	libKF5ConfigCore.so.5
	libKF5I18n.so.5
	libQt5Gui.so.5
	libQt5Core.so.5
	
building:
	goto project root
	mkdir build
	cd build
	cmake ..
	make
	
Procgui can be installed by running  "make install"  or the program can be directly run from the build folder.  Procgui can be run as a 
normal user or as a root.