Skip to content

Ga-vin/cpucompare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPUCompare

Description: A GTK+ application to make comparisons between CPU models.

Copyright: 2013 Fabio Castelli <webreg(at)vbsimple(dot)net>

License: GPL-2+

Source code: https://github.com/muflone/cpucompare

Documentation: http://url.muflone.com/cpucompare

System Requirements

  • Python 2.x (developed and tested for Python 2.7.5)
  • GTK+3.0 libraries for Python 2
  • GObject libraries for Python 2
  • SQLite3 library for Python 2 (usually shipped with Python distribution)
  • Distutils library for Python 2 (usually shipped with Python distribution)

Installation

A distutils installation script is available to install from the sources.

To install in your system please use:

cd /path/to/folder
python2 setup.py install

To install the files in another path instead of the standard /usr prefix use:

cd /path/to/folder
python2 setup.py install --root NEW_PATH

Usage

If the application is not installed please use:

cd /path/to/folder
python2 cpucompare.py

If the application was installed simply use the cpucompare command.

About

A GTK+ application to make comparisons between CPU models

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%