No description
| src | ||
| .gitignore | ||
| build.sh | ||
| README.md | ||
| taskmngr.pro | ||
7sTaskMngr
Windows Vista/Windows 7 Task Manager ported to Qt, component of Sevulet
⚠️ WARNING: This application is under heavy development and considered not ready for regular use. ⚠️
Building
To build, you'll need Qt6 installed, as well as MSYS2 on Windows. Then, either run ./build.sh/./build.bat, or run these commands:
mkdir build
cd build
qmake6 ..
make
If you need help setting up a proper build environment, check out this snippet here.