https://github.com/aib/scorearchiver
https://github.com/aib/scorearchiver
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aib/scorearchiver
- Owner: aib
- License: gpl-3.0
- Created: 2020-04-26T13:28:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T14:36:53.000Z (about 6 years ago)
- Last Synced: 2025-11-22T19:04:18.257Z (8 months ago)
- Language: Python
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
ScoreArchiver - 1.0:
- > Linux
- Linux users need to install PyQt 4.5+ and Python 2.5+ via their package managers.(You need to install PyQt's tools like pyuic4, pyrcc4.)
- Write "sudo python setup.py install" to the terminal. And it will install.
- > Mac OS X
- Mac users can find our .dmg package in our website("code.google.com/p/scorearchiver"), but if you want to build a package with setup.py. You need latest versions of(Snow Leopard recommended) xcode, Qt, PyQt, sip, cx_freeze and py2app. After you install them you need to write "sudo python setup.py py2app" it will ask you whether you want a dmg package or not. Choose as you wish.
- > Windows
- Windows users can find our binary package in our website("code.google.com/p/scorearchiver"), but if you want to build a binary package, you need python 2.6, py2exe for python2.6 and PyQt 4.5 for python 2.6. Once you have them all, write "C:\Python26\python.exe setup.py py2exe" to your msdos console.